#B33DA6

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

Shades of Fuchsia #B33DA6

Tints of Fuchsia #B33DA6

Color information

#B33DA6 (or 0xB33DA6) is unknown color: approx Fuchsia. HEX triplet: B3, 3D and A6. RGB value is (179,61,166). Sum of RGB (Red+Green+Blue) = 179+61+166=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B33DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33DA6 is #4CC259. Grayscale: #6B6B6B. Windows color (decimal): -5030490 or 10894771. OLE color: 10894771.

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

Color convert

RGB17961166-
CMYK00.660.070.30
HSL306.61º49.17%47.06%-
HSV(B)306.61º65.92%70.2%-
XYZ27.1415.6737.67-
YUV108.25160.59178.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 61 (24.22% from 255) = 15.02%
BLUE value IS 166 (65.23% from 255) = 40.89%
R=44.09%
G=15.02%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796116600.660.070.30306.6149.1747.06
HexB33DA604271E133312f
Octal2637524601027364636157
Binary10110011111101101001100100001011111110100110011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33DA6; }

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

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

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

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

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

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

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

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