Html Css Color HEX #B32AAA Medium Red Violet

📋 copy color: '#B32AAA'

red 179 ◦ green 42 ◦ blue 170

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

Shades of Medium Red Violet #B32AAA

Tints of Medium Red Violet #B32AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.74%

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

R = 45.78%
G = 10.74%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B32AAA (or 0xB32AAA) is known color: Medium Red Violet. HEX triplet: B3, 2A and AA. RGB value is (179,42,170). Sum of RGB (Red+Green+Blue) = 179+42+170=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B32AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32AAA is #4CD555. Grayscale: #616161. Windows color (decimal): -5035350 or 11152051. OLE color: 11152051.

HSL color Cylindrical-coordinate representation of color #B32AAA: hue angle of 303.94º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32AAA is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 42 170 -
CMYK 0 0.77 0.05 0.30
HSL 303.94º 0.62% 0.43% -
HSV(B) 303.94º 0.77% 0.7% -
XYZ 26.67 14.14 39.35 -
YUV 97.56 168.89 186.09 -
System Red Green Blue C M Y K H S L
Decimal 179 42 170 0 0.77 0.05 0.30 303.94 0.62 0.43
Hex B3 2A AA 0 4D 5 1E 130 3E 2B
Octal 263 52 252 0 115 5 36 460 76 53
Binary 10110011 101010 10101010 0 1001101 101 11110 100110000 111110 101011

Color Harmonies of #B32AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32AAA

Black with #B32AAA

Text Example


Text Example

White with #B32AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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