#BB76BE

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

Shades of Fuchsia #BB76BE

Tints of Fuchsia #BB76BE

Color information

#BB76BE (or 0xBB76BE) is unknown color: approx Fuchsia. HEX triplet: BB, 76 and BE. RGB value is (187,118,190). Sum of RGB (Red+Green+Blue) = 187+118+190=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76BE is #448941. Grayscale: #929292. Windows color (decimal): -4491586 or 12482235. OLE color: 12482235.

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

Color convert

RGB187118190-
CMYK0.020.3800.25
HSL297.5º35.64%60.39%-
HSV(B)297.5º37.89%74.51%-
XYZ36.2727.2452.06-
YUV146.84152.36156.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=37.78%
G=23.84%
B=38.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871181900.020.3800.25297.535.6460.39
HexBB76BE22601912a243c
Octal2731662762460314524474
Binary1011101111101101011111010100110011001100101010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB76BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB76BE; }

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

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

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

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

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

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

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

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