#BB33B9

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

Shades of Fuchsia #BB33B9

Tints of Fuchsia #BB33B9

Color information

#BB33B9 (or 0xBB33B9) is unknown color: approx Fuchsia. HEX triplet: BB, 33 and B9. RGB value is (187,51,185). Sum of RGB (Red+Green+Blue) = 187+51+185=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33B9 is #44CC46. Grayscale: #6A6A6A. Windows color (decimal): -4508743 or 12137403. OLE color: 12137403.

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

Color convert

RGB18751185-
CMYK00.730.010.27
HSL300.88º57.14%46.67%-
HSV(B)300.88º72.73%73.33%-
XYZ30.4316.4447.47-
YUV106.94172.06185.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 51 (20.31% from 255) = 12.06%
BLUE value IS 185 (72.66% from 255) = 43.74%
R=44.21%
G=12.06%
B=43.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875118500.730.010.27300.8857.1446.67
HexBB33B904911B12d392f
Octal2736327101111334557157
Binary101110111100111011100101001001111011100101101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB33B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB33B9; }

 p { color: rgb(187,51,185); }

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

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

 a { background-color: rgb(187,51,185); }

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

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

 span { border-color: rgb(187,51,185); }

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