#B33FB4

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

Shades of Fuchsia #B33FB4

Tints of Fuchsia #B33FB4

Color information

#B33FB4 (or 0xB33FB4) is unknown color: approx Fuchsia. HEX triplet: B3, 3F and B4. RGB value is (179,63,180). Sum of RGB (Red+Green+Blue) = 179+63+180=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #B33FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FB4 is #4CC04B. Grayscale: #6E6E6E. Windows color (decimal): -5029964 or 11812787. OLE color: 11812787.

HSL color Cylindrical-coordinate representation of color #B33FB4: hue angle of 299.49º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33FB4 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17963180-
CMYK0.010.6500.29
HSL299.49º48.15%47.65%-
HSV(B)299.49º65%70.59%-
XYZ28.6116.4344.84-
YUV111.02166.93176.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 63 (25% from 255) = 14.93%
BLUE value IS 180 (70.70% from 255) = 42.65%
R=42.42%
G=14.93%
B=42.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179631800.010.6500.29299.4948.1547.65
HexB33FB414101D12b3030
Octal2637726411010354536060
Binary101100111111111011010011000001011101100101011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33FB4; }

 p { color: rgb(179,63,180); }

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

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

 a { background-color: rgb(179,63,180); }

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

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

 span { border-color: rgb(179,63,180); }

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