#BB76BD

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

Shades of Fuchsia #BB76BD

Tints of Fuchsia #BB76BD

Color information

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

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

Color convert

RGB187118189-
CMYK0.010.3800.26
HSL298.31º34.98%60.2%-
HSV(B)298.31º37.57%74.12%-
XYZ36.1627.251.49-
YUV146.72151.86156.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871181890.010.3800.26298.3134.9860.2
HexBB76BD12601A12a233c
Octal2731662751460324524374
Binary101110111110110101111011100110011010100101010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB76BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB76BD; }

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

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

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

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

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

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

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

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