#B33BAC

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

Shades of Fuchsia #B33BAC

Tints of Fuchsia #B33BAC

Color information

#B33BAC (or 0xB33BAC) is unknown color: approx Fuchsia. HEX triplet: B3, 3B and AC. RGB value is (179,59,172). Sum of RGB (Red+Green+Blue) = 179+59+172=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B33BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33BAC is #4CC453. Grayscale: #6B6B6B. Windows color (decimal): -5030996 or 11287475. OLE color: 11287475.

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

Color convert

RGB17959172-
CMYK00.670.040.30
HSL303.5º50.42%46.67%-
HSV(B)303.5º67.04%70.2%-
XYZ27.615.6940.6-
YUV107.76164.26178.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 59 (23.44% from 255) = 14.39%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=43.66%
G=14.39%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795917200.670.040.30303.550.4246.67
HexB33BAC04341E130322f
Octal2637325401034364606257
Binary10110011111011101011000100001110011110100110000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33BAC; }

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

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

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

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

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

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

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

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