#bb39c9

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

Shades of Fuchsia #BB39C9

Tints of Fuchsia #BB39C9

Color information

#BB39C9 (or 0xBB39C9) is unknown color: approx Fuchsia. HEX triplet: BB, 39 and C9. RGB value is (187,57,201). Sum of RGB (Red+Green+Blue) = 187+57+201=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB39C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39C9 is #44C636. Grayscale: #6F6F6F. Windows color (decimal): -4507191 or 13187515. OLE color: 13187515.

HSL color Cylindrical-coordinate representation of color #BB39C9: hue angle of 294.17º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB39C9 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18757201-
CMYK0.070.7200.21
HSL294.17º57.14%50.59%-
HSV(B)294.17º71.64%78.82%-
XYZ32.517.7156.96-
YUV112.29178.07181.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 57 (22.66% from 255) = 12.81%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=42.02%
G=12.81%
B=45.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187572010.070.7200.21294.1757.1450.59
HexBB39C97480151263933
Octal2737131171100254467163
Binary10111011111001110010011111001000010101100100110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb39c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb39c9; }

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

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

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

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

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

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

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

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