#B33EBA

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

Shades of Fuchsia #B33EBA

Tints of Fuchsia #B33EBA

Color information

#B33EBA (or 0xB33EBA) is unknown color: approx Fuchsia. HEX triplet: B3, 3E and BA. RGB value is (179,62,186). Sum of RGB (Red+Green+Blue) = 179+62+186=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #B33EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33EBA is #4CC145. Grayscale: #6E6E6E. Windows color (decimal): -5030214 or 12205747. OLE color: 12205747.

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

Color convert

RGB17962186-
CMYK0.040.6700.27
HSL296.61º50%48.63%-
HSV(B)296.61º66.67%72.94%-
XYZ29.1816.5748.12-
YUV111.12170.26176.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 62 (24.61% from 255) = 14.52%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=41.92%
G=14.52%
B=43.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179621860.040.6700.27296.615048.63
HexB33EBA44301B1293231
Octal2637627241030334516261
Binary10110011111110101110101001000011011011100101001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33EBA; }

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

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

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

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

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

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

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

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