#BD77BA

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

Shades of Fuchsia #BD77BA

Tints of Fuchsia #BD77BA

Color information

#BD77BA (or 0xBD77BA) is unknown color: approx Fuchsia. HEX triplet: BD, 77 and BA. RGB value is (189,119,186). Sum of RGB (Red+Green+Blue) = 189+119+186=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77BA is #428845. Grayscale: #939393. Windows color (decimal): -4360262 or 12220349. OLE color: 12220349.

HSL color Cylindrical-coordinate representation of color #BD77BA: hue angle of 302.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD77BA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189119186-
CMYK00.370.020.26
HSL302.57º34.65%60.39%-
HSV(B)302.57º37.04%74.12%-
XYZ36.4527.5649.85-
YUV147.57149.69157.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=38.26%
G=24.09%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911918600.370.020.26302.5734.6560.39
HexBD77BA02521A12f233c
Octal2751672720452324574374
Binary1011110111101111011101001001011011010100101111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77BA; }

 p { color: rgb(189,119,186); }

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

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

 a { background-color: rgb(189,119,186); }

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

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

 span { border-color: rgb(189,119,186); }

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