Html Css Color HEX #B33AA6 Fuchsia

📋 copy color: '#B33AA6'

red 179 ◦ green 58 ◦ blue 166

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

Shades of Fuchsia #B33AA6

Tints of Fuchsia #B33AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.19%

R = 44.42%
G = 14.39%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B33AA6 (or 0xB33AA6) is known color: Fuchsia. HEX triplet: B3, 3A and A6. RGB value is (179,58,166). Sum of RGB (Red+Green+Blue) = 179+58+166=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B33AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33AA6 is #4CC559. Grayscale: #6A6A6A. Windows color (decimal): -5031258 or 10894003. OLE color: 10894003.

HSL color Cylindrical-coordinate representation of color #B33AA6: hue angle of 306.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 #B33AA6 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 58 166 -
CMYK 0 0.68 0.07 0.30
HSL 306.45º 0.51% 0.46% -
HSV(B) 306.45º 0.68% 0.7% -
XYZ 26.99 15.36 37.62 -
YUV 106.49 161.59 179.72 -
System Red Green Blue C M Y K H S L
Decimal 179 58 166 0 0.68 0.07 0.30 306.45 0.51 0.46
Hex B3 3A A6 0 44 7 1E 132 33 2E
Octal 263 72 246 0 104 7 36 462 63 56
Binary 10110011 111010 10100110 0 1000100 111 11110 100110010 110011 101110

Color Harmonies of #B33AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33AA6

Black with #B33AA6

Text Example


Text Example

White with #B33AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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