#BB5FBB

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

Shades of Fuchsia #BB5FBB

Tints of Fuchsia #BB5FBB

Color information

#BB5FBB (or 0xBB5FBB) is unknown color: approx Fuchsia. HEX triplet: BB, 5F and BB. RGB value is (187,95,187). Sum of RGB (Red+Green+Blue) = 187+95+187=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB5FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5FBB is #44A044. Grayscale: #848484. Windows color (decimal): -4497477 or 12279739. OLE color: 12279739.

HSL color Cylindrical-coordinate representation of color #BB5FBB: hue angle of 300º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB5FBB is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18795187-
CMYK00.4900.27
HSL300º40.35%55.29%-
HSV(B)300º49.2%73.33%-
XYZ33.5622.3449.56-
YUV133158.48166.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 95 (37.5% from 255) = 20.26%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=39.87%
G=20.26%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879518700.4900.2730040.3555.29
HexBB5FBB03101B12c2837
Octal2731372730610334545067
Binary101110111011111101110110110001011011100101100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5FBB; }

 p { color: rgb(187,95,187); }

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

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

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

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

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

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

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