#BB39BA

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

Shades of Fuchsia #BB39BA

Tints of Fuchsia #BB39BA

Color information

#BB39BA (or 0xBB39BA) is unknown color: approx Fuchsia. HEX triplet: BB, 39 and BA. RGB value is (187,57,186). Sum of RGB (Red+Green+Blue) = 187+57+186=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB39BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39BA is #44C645. Grayscale: #6E6E6E. Windows color (decimal): -4507206 or 12204475. OLE color: 12204475.

HSL color Cylindrical-coordinate representation of color #BB39BA: hue angle of 300.46º 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 #BB39BA is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18757186-
CMYK00.700.010.27
HSL300.46º53.28%47.84%-
HSV(B)300.46º69.52%73.33%-
XYZ30.8217.0448.12-
YUV110.58170.57182.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 57 (22.66% from 255) = 13.26%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=43.49%
G=13.26%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875718600.700.010.27300.4653.2847.84
HexBB39BA04611B12c3530
Octal2737127201061334546560
Binary101110111110011011101001000110111011100101100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB39BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB39BA; }

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

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

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

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

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

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

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

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