#BD77BF

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

Shades of Fuchsia #BD77BF

Tints of Fuchsia #BD77BF

Color information

#BD77BF (or 0xBD77BF) is unknown color: approx Fuchsia. HEX triplet: BD, 77 and BF. RGB value is (189,119,191). Sum of RGB (Red+Green+Blue) = 189+119+191=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD77BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77BF is #428840. Grayscale: #939393. Windows color (decimal): -4360257 or 12548029. OLE color: 12548029.

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

Color convert

RGB189119191-
CMYK0.010.3800.25
HSL298.33º36%60.78%-
HSV(B)298.33º37.7%74.9%-
XYZ36.9927.7752.7-
YUV148.14152.19157.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 119 (46.88% from 255) = 23.85%
BLUE value IS 191 (75% from 255) = 38.28%
R=37.88%
G=23.85%
B=38.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891191910.010.3800.25298.333660.78
HexBD77BF12601912a243d
Octal2751672771460314524475
Binary101111011110111101111111100110011001100101010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77BF; }

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

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

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

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

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

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

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

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