Html Css Color HEX #B33AA8 Fuchsia

📋 copy color: '#B33AA8'

red 179 ◦ green 58 ◦ blue 168

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

Shades of Fuchsia #B33AA8

Tints of Fuchsia #B33AA8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.32%

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

R = 44.2%
G = 14.32%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B33AA8 (or 0xB33AA8) is known color: Fuchsia. HEX triplet: B3, 3A and A8. RGB value is (179,58,168). Sum of RGB (Red+Green+Blue) = 179+58+168=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B33AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33AA8 is #4CC557. Grayscale: #6A6A6A. Windows color (decimal): -5031256 or 11025075. OLE color: 11025075.

HSL color Cylindrical-coordinate representation of color #B33AA8: hue angle of 305.45º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33AA8 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 58 168 -
CMYK 0 0.68 0.06 0.30
HSL 305.45º 0.51% 0.46% -
HSV(B) 305.45º 0.68% 0.7% -
XYZ 27.17 15.44 38.59 -
YUV 106.72 162.59 179.56 -
System Red Green Blue C M Y K H S L
Decimal 179 58 168 0 0.68 0.06 0.30 305.45 0.51 0.46
Hex B3 3A A8 0 44 6 1E 131 33 2E
Octal 263 72 250 0 104 6 36 461 63 56
Binary 10110011 111010 10101000 0 1000100 110 11110 100110001 110011 101110

Color Harmonies of #B33AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33AA8

Black with #B33AA8

Text Example


Text Example

White with #B33AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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