#B33DB3

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

Shades of Fuchsia #B33DB3

Tints of Fuchsia #B33DB3

Color information

#B33DB3 (or 0xB33DB3) is unknown color: approx Fuchsia. HEX triplet: B3, 3D and B3. RGB value is (179,61,179). Sum of RGB (Red+Green+Blue) = 179+61+179=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B33DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DB3 is #4CC24C. Grayscale: #6D6D6D. Windows color (decimal): -5030477 or 11746739. OLE color: 11746739.

HSL color Cylindrical-coordinate representation of color #B33DB3: hue angle of 300º 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 #B33DB3 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17961179-
CMYK00.6600.30
HSL300º49.17%47.06%-
HSV(B)300º65.92%70.2%-
XYZ28.416.1844.27-
YUV109.73167.09177.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.72%
GREEN value IS 61 (24.22% from 255) = 14.56%
BLUE value IS 179 (70.31% from 255) = 42.72%
R=42.72%
G=14.56%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796117900.6600.3030049.1747.06
HexB33DB304201E12c312f
Octal2637526301020364546157
Binary101100111111011011001101000010011110100101100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33DB3; }

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

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

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

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

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

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

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

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