#B33AAE

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

Shades of Fuchsia #B33AAE

Tints of Fuchsia #B33AAE

Color information

#B33AAE (or 0xB33AAE) is unknown color: approx Fuchsia. HEX triplet: B3, 3A and AE. RGB value is (179,58,174). Sum of RGB (Red+Green+Blue) = 179+58+174=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B33AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33AAE is #4CC551. Grayscale: #6B6B6B. Windows color (decimal): -5031250 or 11418291. OLE color: 11418291.

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

Color convert

RGB17958174-
CMYK00.680.030.30
HSL302.48º51.05%46.47%-
HSV(B)302.48º67.6%70.2%-
XYZ27.7415.6741.61-
YUV107.4165.59179.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 58 (23.05% from 255) = 14.11%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=43.55%
G=14.11%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795817400.680.030.30302.4851.0546.47
HexB33AAE04431E12e332e
Octal2637225601043364566356
Binary1011001111101010101110010001001111110100101110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33AAE; }

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

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

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

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

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

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

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

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