#B33CAC

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

Shades of Fuchsia #B33CAC

Tints of Fuchsia #B33CAC

Color information

#B33CAC (or 0xB33CAC) is unknown color: approx Fuchsia. HEX triplet: B3, 3C and AC. RGB value is (179,60,172). Sum of RGB (Red+Green+Blue) = 179+60+172=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B33CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33CAC is #4CC353. Grayscale: #6C6C6C. Windows color (decimal): -5030740 or 11287731. OLE color: 11287731.

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

Color convert

RGB17960172-
CMYK00.660.040.30
HSL303.53º49.79%46.86%-
HSV(B)303.53º66.48%70.2%-
XYZ27.6515.7940.62-
YUV108.35163.92178.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 60 (23.83% from 255) = 14.60%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=43.55%
G=14.60%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796017200.660.040.30303.5349.7946.86
HexB33CAC04241E130322f
Octal2637425401024364606257
Binary10110011111100101011000100001010011110100110000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33CAC; }

 p { color: rgb(179,60,172); }

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

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

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

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

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

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

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