#BB60BF

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

Shades of Fuchsia #BB60BF

Tints of Fuchsia #BB60BF

Color information

#BB60BF (or 0xBB60BF) is unknown color: approx Fuchsia. HEX triplet: BB, 60 and BF. RGB value is (187,96,191). Sum of RGB (Red+Green+Blue) = 187+96+191=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB60BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60BF is #449F40. Grayscale: #858585. Windows color (decimal): -4497217 or 12542139. OLE color: 12542139.

HSL color Cylindrical-coordinate representation of color #BB60BF: hue angle of 297.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB60BF is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18796191-
CMYK0.020.5000.25
HSL297.47º42.6%56.27%-
HSV(B)297.47º49.74%74.9%-
XYZ34.0822.6951.87-
YUV134.04160.15165.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 96 (37.89% from 255) = 20.25%
BLUE value IS 191 (75% from 255) = 40.30%
R=39.45%
G=20.25%
B=40.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187961910.020.5000.25297.4742.656.27
HexBB60BF2320191292b38
Octal2731402772620314515370
Binary1011101111000001011111110110010011001100101001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB60BF; }

 p { color: rgb(187,96,191); }

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

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

 a { background-color: rgb(187,96,191); }

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

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

 span { border-color: rgb(187,96,191); }

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