#BD63BE

Color #BD63BE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BD63BE

Tints of Fuchsia #BD63BE

Color information

#BD63BE (or 0xBD63BE) is unknown color: approx Fuchsia. HEX triplet: BD, 63 and BE. RGB value is (189,99,190). Sum of RGB (Red+Green+Blue) = 189+99+190=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD63BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63BE is #429C41. Grayscale: #888888. Windows color (decimal): -4365378 or 12477373. OLE color: 12477373.

HSL color Cylindrical-coordinate representation of color #BD63BE: hue angle of 299.34º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD63BE is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18999190-
CMYK0.010.4800.25
HSL299.34º41.18%56.67%-
HSV(B)299.34º47.89%74.51%-
XYZ34.7423.4651.41-
YUV136.28158.32165.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 99 (39.06% from 255) = 20.71%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=39.54%
G=20.71%
B=39.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189991900.010.4800.25299.3441.1856.67
HexBD63BE13001912b2939
Octal2751432761600314535171
Binary101111011100011101111101110000011001100101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD63BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD63BE; }

 p { color: rgb(189,99,190); }

 H1.HeaderClassName
 {
   color: #BD63BE;
 }
 .AnyTagClassName
 {
   color: #BD63BE;
 }
</style>
background-color css

<style>
 a { background-color: #BD63BE; }

 a { background-color: rgb(189,99,190); }

 div.DivClassName
 {
   background-color: #BD63BE;
 }
 .BgClassName
 {
   background-color: #BD63BE;
 }
</style>
border-color css

<style>
 span { border-color: #BD63BE; }

 span { border-color: rgb(189,99,190); }

 td.TdClassName
 {
   border-color: #BD63BE;
 }
 .TagClassName
 {
   border-color: #BD63BE;
 }
</style>