#BB37BA

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

Shades of Fuchsia #BB37BA

Tints of Fuchsia #BB37BA

Color information

#BB37BA (or 0xBB37BA) is unknown color: approx Fuchsia. HEX triplet: BB, 37 and BA. RGB value is (187,55,186). Sum of RGB (Red+Green+Blue) = 187+55+186=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB37BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB37BA is #44C845. Grayscale: #6D6D6D. Windows color (decimal): -4507718 or 12203963. OLE color: 12203963.

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

Color convert

RGB18755186-
CMYK00.710.010.27
HSL300.45º54.55%47.45%-
HSV(B)300.45º70.59%73.33%-
XYZ30.7216.8448.09-
YUV109.4171.23183.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 55 (21.88% from 255) = 12.85%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=43.69%
G=12.85%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875518600.710.010.27300.4554.5547.45
HexBB37BA04711B12c372f
Octal2736727201071334546757
Binary101110111101111011101001000111111011100101100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB37BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB37BA; }

 p { color: rgb(187,55,186); }

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

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

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

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

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

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

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