#BD77BB

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

Shades of Fuchsia #BD77BB

Tints of Fuchsia #BD77BB

Color information

#BD77BB (or 0xBD77BB) is unknown color: approx Fuchsia. HEX triplet: BD, 77 and BB. RGB value is (189,119,187). Sum of RGB (Red+Green+Blue) = 189+119+187=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77BB is #428844. Grayscale: #939393. Windows color (decimal): -4360261 or 12285885. OLE color: 12285885.

HSL color Cylindrical-coordinate representation of color #BD77BB: hue angle of 301.71º 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 #BD77BB is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189119187-
CMYK00.370.010.26
HSL301.71º34.65%60.39%-
HSV(B)301.71º37.04%74.12%-
XYZ36.5527.650.41-
YUV147.68150.19157.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 119 (46.88% from 255) = 24.04%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=38.18%
G=24.04%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911918700.370.010.26301.7134.6560.39
HexBD77BB02511A12e233c
Octal2751672730451324564374
Binary101111011110111101110110100101111010100101110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77BB; }

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

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

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

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

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

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

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

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