#BD59BE

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

Shades of Fuchsia #BD59BE

Tints of Fuchsia #BD59BE

Color information

#BD59BE (or 0xBD59BE) is unknown color: approx Fuchsia. HEX triplet: BD, 59 and BE. RGB value is (189,89,190). Sum of RGB (Red+Green+Blue) = 189+89+190=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD59BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59BE is #42A641. Grayscale: #828282. Windows color (decimal): -4367938 or 12474813. OLE color: 12474813.

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

Color convert

RGB18989190-
CMYK0.010.5300.25
HSL299.41º43.72%54.71%-
HSV(B)299.41º53.16%74.51%-
XYZ33.8521.6851.12-
YUV130.41161.63169.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 89 (35.16% from 255) = 19.02%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=40.38%
G=19.02%
B=40.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189891900.010.5300.25299.4143.7254.71
HexBD59BE13501912b2c37
Octal2751312761650314535467
Binary101111011011001101111101110101011001100101011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD59BE; }

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

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

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

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

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

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

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

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