Html Css Color HEX #B33AAA Fuchsia

📋 copy color: '#B33AAA'

red 179 ◦ green 58 ◦ blue 170

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

Shades of Fuchsia #B33AAA

Tints of Fuchsia #B33AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 43.98%
G = 14.25%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B33AAA (or 0xB33AAA) is known color: Fuchsia. HEX triplet: B3, 3A and AA. RGB value is (179,58,170). Sum of RGB (Red+Green+Blue) = 179+58+170=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B33AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33AAA is #4CC555. Grayscale: #6A6A6A. Windows color (decimal): -5031254 or 11156147. OLE color: 11156147.

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

Color convert

RGB 179 58 170 -
CMYK 0 0.68 0.05 0.30
HSL 304.46º 0.51% 0.46% -
HSV(B) 304.46º 0.68% 0.7% -
XYZ 27.36 15.51 39.58 -
YUV 106.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 179 58 170 0 0.68 0.05 0.30 304.46 0.51 0.46
Hex B3 3A AA 0 44 5 1E 130 33 2E
Octal 263 72 252 0 104 5 36 460 63 56
Binary 10110011 111010 10101010 0 1000100 101 11110 100110000 110011 101110

Color Harmonies of #B33AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33AAA

Black with #B33AAA

Text Example


Text Example

White with #B33AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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