#BB33B1

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

Shades of Fuchsia #BB33B1

Tints of Fuchsia #BB33B1

Color information

#BB33B1 (or 0xBB33B1) is unknown color: approx Fuchsia. HEX triplet: BB, 33 and B1. RGB value is (187,51,177). Sum of RGB (Red+Green+Blue) = 187+51+177=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB33B1 is #44CC4E. Grayscale: #696969. Windows color (decimal): -4508751 or 11613115. OLE color: 11613115.

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

Color convert

RGB18751177-
CMYK00.730.050.27
HSL304.41º57.14%46.67%-
HSV(B)304.41º72.73%73.33%-
XYZ29.6116.1143.14-
YUV106.03168.06185.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 51 (20.31% from 255) = 12.29%
BLUE value IS 177 (69.53% from 255) = 42.65%
R=45.06%
G=12.29%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875117700.730.050.27304.4157.1446.67
HexBB33B104951B130392f
Octal2736326101115334607157
Binary10111011110011101100010100100110111011100110000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB33B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB33B1; }

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

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

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

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

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

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

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

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