Html Css Color HEX #B320A1 Medium Violet Red

📋 copy color: '#B320A1'

red 179 ◦ green 32 ◦ blue 161

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

Shades of Medium Violet Red #B320A1

Tints of Medium Violet Red #B320A1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.6%

 BLUE value IS 161 (63.28% from 255) = 43.28%

R = 48.12%
G = 8.6%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B320A1 (or 0xB320A1) is known color: Medium Violet Red. HEX triplet: B3, 20 and A1. RGB value is (179,32,161). Sum of RGB (Red+Green+Blue) = 179+32+161=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B320A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B320A1 is #4CDF5E. Grayscale: #5A5A5A. Windows color (decimal): -5037919 or 10559667. OLE color: 10559667.

HSL color Cylindrical-coordinate representation of color #B320A1: hue angle of 307.35º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B320A1 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 32 161 -
CMYK 0 0.82 0.10 0.30
HSL 307.35º 0.7% 0.41% -
HSV(B) 307.35º 0.82% 0.7% -
XYZ 25.54 13.19 34.92 -
YUV 90.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 179 32 161 0 0.82 0.10 0.30 307.35 0.7 0.41
Hex B3 20 A1 0 52 A 1E 133 46 29
Octal 263 40 241 0 122 12 36 463 106 51
Binary 10110011 100000 10100001 0 1010010 1010 11110 100110011 1000110 101001

Color Harmonies of #B320A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320A1

Black with #B320A1

Text Example


Text Example

White with #B320A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320A1; }

 p { color: rgb(179,32,161); }

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

background-color css

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

 a { background-color: rgb(179,32,161); }

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

border-color css

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

 span { border-color: rgb(179,32,161); }

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