#BB3BAB

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

Shades of Fuchsia #BB3BAB

Tints of Fuchsia #BB3BAB

Color information

#BB3BAB (or 0xBB3BAB) is unknown color: approx Fuchsia. HEX triplet: BB, 3B and AB. RGB value is (187,59,171). Sum of RGB (Red+Green+Blue) = 187+59+171=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3BAB is #44C454. Grayscale: #6D6D6D. Windows color (decimal): -4506709 or 11221947. OLE color: 11221947.

HSL color Cylindrical-coordinate representation of color #BB3BAB: hue angle of 307.5º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3BAB is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18759171-
CMYK00.680.090.27
HSL307.5º52.03%48.24%-
HSV(B)307.5º68.45%73.33%-
XYZ29.4116.6340.19-
YUV110.04162.41182.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 59 (23.44% from 255) = 14.15%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=44.84%
G=14.15%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875917100.680.090.27307.552.0348.24
HexBB3BAB04491B1343430
Octal27373253010411334646460
Binary101110111110111010101101000100100111011100110100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3BAB; }

 p { color: rgb(187,59,171); }

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

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

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

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

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

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

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