#B33EBC

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

Shades of Fuchsia #B33EBC

Tints of Fuchsia #B33EBC

Color information

#B33EBC (or 0xB33EBC) is unknown color: approx Fuchsia. HEX triplet: B3, 3E and BC. RGB value is (179,62,188). Sum of RGB (Red+Green+Blue) = 179+62+188=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #B33EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33EBC is #4CC143. Grayscale: #6E6E6E. Windows color (decimal): -5030212 or 12336819. OLE color: 12336819.

HSL color Cylindrical-coordinate representation of color #B33EBC: hue angle of 295.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33EBC is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17962188-
CMYK0.050.6700.26
HSL295.71º50.4%49.02%-
HSV(B)295.71º67.02%73.73%-
XYZ29.3916.6649.24-
YUV111.35171.26176.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 62 (24.61% from 255) = 14.45%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=41.72%
G=14.45%
B=43.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179621880.050.6700.26295.7150.449.02
HexB33EBC54301A1283231
Octal2637627451030324506261
Binary10110011111110101111001011000011011010100101000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33EBC; }

 p { color: rgb(179,62,188); }

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

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

 a { background-color: rgb(179,62,188); }

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

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

 span { border-color: rgb(179,62,188); }

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