Html Css Color HEX #B33EAC Fuchsia

📋 copy color: '#B33EAC'

red 179 ◦ green 62 ◦ blue 172

#B33EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B33EAC

Tints of Fuchsia #B33EAC

RGB

 RED value IS 179 (70.31% from 255) = 43.34%

 GREEN value IS 62 (24.61% from 255) = 15.01%

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 43.34%
G = 15.01%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B33EAC (or 0xB33EAC) is known color: Fuchsia. HEX triplet: B3, 3E and AC. RGB value is (179,62,172). Sum of RGB (Red+Green+Blue) = 179+62+172=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B33EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33EAC is #4CC153. Grayscale: #6D6D6D. Windows color (decimal): -5030228 or 11288243. OLE color: 11288243.

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

Color convert

RGB 179 62 172 -
CMYK 0 0.65 0.04 0.30
HSL 303.59º 0.49% 0.47% -
HSV(B) 303.59º 0.65% 0.7% -
XYZ 27.76 16.01 40.66 -
YUV 109.52 163.26 177.56 -
System Red Green Blue C M Y K H S L
Decimal 179 62 172 0 0.65 0.04 0.30 303.59 0.49 0.47
Hex B3 3E AC 0 41 4 1E 130 31 2F
Octal 263 76 254 0 101 4 36 460 61 57
Binary 10110011 111110 10101100 0 1000001 100 11110 100110000 110001 101111

Color Harmonies of #B33EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33EAC

Black with #B33EAC

Text Example


Text Example

White with #B33EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33EAC; }

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

 H1.HeaderClassName
 {
   color: #B33EAC;
 }
 .AnyTagClassName
 {
   color: #B33EAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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