#BB39B0

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

Shades of Fuchsia #BB39B0

Tints of Fuchsia #BB39B0

Color information

#BB39B0 (or 0xBB39B0) is unknown color: approx Fuchsia. HEX triplet: BB, 39 and B0. RGB value is (187,57,176). Sum of RGB (Red+Green+Blue) = 187+57+176=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB39B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB39B0 is #44C64F. Grayscale: #6D6D6D. Windows color (decimal): -4507216 or 11549115. OLE color: 11549115.

HSL color Cylindrical-coordinate representation of color #BB39B0: hue angle of 305.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB39B0 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18757176-
CMYK00.700.060.27
HSL305.08º53.28%47.84%-
HSV(B)305.08º69.52%73.33%-
XYZ29.7916.6342.71-
YUV109.44165.57183.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 57 (22.66% from 255) = 13.57%
BLUE value IS 176 (69.14% from 255) = 41.90%
R=44.52%
G=13.57%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875717600.700.060.27305.0853.2847.84
HexBB39B004661B1313530
Octal2737126001066334616560
Binary10111011111001101100000100011011011011100110001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB39B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB39B0; }

 p { color: rgb(187,57,176); }

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

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

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

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

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

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

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