#b33eae

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

Shades of Fuchsia #B33EAE

Tints of Fuchsia #B33EAE

Color information

#B33EAE (or 0xB33EAE) is unknown color: approx Fuchsia. HEX triplet: B3, 3E and AE. RGB value is (179,62,174). Sum of RGB (Red+Green+Blue) = 179+62+174=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B33EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33EAE is #4CC151. Grayscale: #6D6D6D. Windows color (decimal): -5030226 or 11419315. OLE color: 11419315.

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

Color convert

RGB17962174-
CMYK00.650.030.30
HSL302.56º48.55%47.25%-
HSV(B)302.56º65.36%70.2%-
XYZ27.9516.0841.68-
YUV109.75164.26177.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 62 (24.61% from 255) = 14.94%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=43.13%
G=14.94%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796217400.650.030.30302.5648.5547.25
HexB33EAE04131E12f312f
Octal2637625601013364576157
Binary1011001111111010101110010000011111110100101111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b33eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b33eae; }

 p { color: rgb(179,62,174); }

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

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

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

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

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

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

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