#B33CAD

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

Shades of Fuchsia #B33CAD

Tints of Fuchsia #B33CAD

Color information

#B33CAD (or 0xB33CAD) is unknown color: approx Fuchsia. HEX triplet: B3, 3C and AD. RGB value is (179,60,173). Sum of RGB (Red+Green+Blue) = 179+60+173=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B33CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33CAD is #4CC352. Grayscale: #6C6C6C. Windows color (decimal): -5030739 or 11353267. OLE color: 11353267.

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

Color convert

RGB17960173-
CMYK00.660.030.30
HSL303.03º49.79%46.86%-
HSV(B)303.03º66.48%70.2%-
XYZ27.7515.8341.13-
YUV108.46164.42178.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 60 (23.83% from 255) = 14.56%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=43.45%
G=14.56%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796017300.660.030.30303.0349.7946.86
HexB33CAD04231E12f322f
Octal2637425501023364576257
Binary1011001111110010101101010000101111110100101111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33CAD; }

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

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

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

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

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

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

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

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