Html Css Color HEX #B32AAB Medium Red Violet

📋 copy color: '#B32AAB'

red 179 ◦ green 42 ◦ blue 171

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

Shades of Medium Red Violet #B32AAB

Tints of Medium Red Violet #B32AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 45.66%
G = 10.71%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B32AAB (or 0xB32AAB) is known color: Medium Red Violet. HEX triplet: B3, 2A and AB. RGB value is (179,42,171). Sum of RGB (Red+Green+Blue) = 179+42+171=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B32AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32AAB is #4CD554. Grayscale: #616161. Windows color (decimal): -5035349 or 11217587. OLE color: 11217587.

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

Color convert

RGB 179 42 171 -
CMYK 0 0.77 0.04 0.30
HSL 303.5º 0.62% 0.43% -
HSV(B) 303.5º 0.77% 0.7% -
XYZ 26.77 14.18 39.85 -
YUV 97.67 169.39 186.01 -
System Red Green Blue C M Y K H S L
Decimal 179 42 171 0 0.77 0.04 0.30 303.5 0.62 0.43
Hex B3 2A AB 0 4D 4 1E 130 3E 2B
Octal 263 52 253 0 115 4 36 460 76 53
Binary 10110011 101010 10101011 0 1001101 100 11110 100110000 111110 101011

Color Harmonies of #B32AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32AAB

Black with #B32AAB

Text Example


Text Example

White with #B32AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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