#B33DB2

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

Shades of Fuchsia #B33DB2

Tints of Fuchsia #B33DB2

Color information

#B33DB2 (or 0xB33DB2) is unknown color: approx Fuchsia. HEX triplet: B3, 3D and B2. RGB value is (179,61,178). Sum of RGB (Red+Green+Blue) = 179+61+178=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B33DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33DB2 is #4CC24D. Grayscale: #6D6D6D. Windows color (decimal): -5030478 or 11681203. OLE color: 11681203.

HSL color Cylindrical-coordinate representation of color #B33DB2: hue angle of 300.51º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33DB2 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17961178-
CMYK00.660.010.30
HSL300.51º49.17%47.06%-
HSV(B)300.51º65.92%70.2%-
XYZ28.316.1443.74-
YUV109.62166.59177.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.82%
GREEN value IS 61 (24.22% from 255) = 14.59%
BLUE value IS 178 (69.92% from 255) = 42.58%
R=42.82%
G=14.59%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796117800.660.010.30300.5149.1747.06
HexB33DB204211E12d312f
Octal2637526201021364556157
Binary101100111111011011001001000010111110100101101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33DB2; }

 p { color: rgb(179,61,178); }

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

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

 a { background-color: rgb(179,61,178); }

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

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

 span { border-color: rgb(179,61,178); }

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