#BD76BB

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

Shades of Fuchsia #BD76BB

Tints of Fuchsia #BD76BB

Color information

#BD76BB (or 0xBD76BB) is unknown color: approx Fuchsia. HEX triplet: BD, 76 and BB. RGB value is (189,118,187). Sum of RGB (Red+Green+Blue) = 189+118+187=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76BB is #428944. Grayscale: #929292. Windows color (decimal): -4360517 or 12285629. OLE color: 12285629.

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

Color convert

RGB189118187-
CMYK00.380.010.26
HSL301.69º34.98%60.2%-
HSV(B)301.69º37.57%74.12%-
XYZ36.4327.3650.38-
YUV147.1150.52157.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 118 (46.48% from 255) = 23.89%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=38.26%
G=23.89%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911818700.380.010.26301.6934.9860.2
HexBD76BB02611A12e233c
Octal2751662730461324564374
Binary101111011110110101110110100110111010100101110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD76BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD76BB; }

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

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

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

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

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

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

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

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