Html Css Color HEX #B33FA8 Fuchsia

📋 copy color: '#B33FA8'

red 179 ◦ green 63 ◦ blue 168

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

Shades of Fuchsia #B33FA8

Tints of Fuchsia #B33FA8

RGB

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

 GREEN value IS 63 (25% from 255) = 15.37%

 BLUE value IS 168 (66.02% from 255) = 40.98%

R = 43.66%
G = 15.37%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B33FA8 (or 0xB33FA8) is known color: Fuchsia. HEX triplet: B3, 3F and A8. RGB value is (179,63,168). Sum of RGB (Red+Green+Blue) = 179+63+168=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B33FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33FA8 is #4CC057. Grayscale: #6D6D6D. Windows color (decimal): -5029976 or 11026355. OLE color: 11026355.

HSL color Cylindrical-coordinate representation of color #B33FA8: hue angle of 305.69º degrees, saturation: 0.48, 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 #B33FA8 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 63 168 -
CMYK 0 0.65 0.06 0.30
HSL 305.69º 0.48% 0.47% -
HSV(B) 305.69º 0.65% 0.7% -
XYZ 27.44 15.97 38.68 -
YUV 109.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 179 63 168 0 0.65 0.06 0.30 305.69 0.48 0.47
Hex B3 3F A8 0 41 6 1E 132 30 2F
Octal 263 77 250 0 101 6 36 462 60 57
Binary 10110011 111111 10101000 0 1000001 110 11110 100110010 110000 101111

Color Harmonies of #B33FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33FA8

Black with #B33FA8

Text Example


Text Example

White with #B33FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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