Html Css Color HEX #B322A0 Medium Red Violet

📋 copy color: '#B322A0'

red 179 ◦ green 34 ◦ blue 160

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

Shades of Medium Red Violet #B322A0

Tints of Medium Red Violet #B322A0

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.12%

 BLUE value IS 160 (62.89% from 255) = 42.9%

R = 47.99%
G = 9.12%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B322A0 (or 0xB322A0) is known color: Medium Red Violet. HEX triplet: B3, 22 and A0. RGB value is (179,34,160). Sum of RGB (Red+Green+Blue) = 179+34+160=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B322A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B322A0 is #4CDD5F. Grayscale: #5B5B5B. Windows color (decimal): -5037408 or 10494643. OLE color: 10494643.

HSL color Cylindrical-coordinate representation of color #B322A0: hue angle of 307.86º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B322A0 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 34 160 -
CMYK 0 0.81 0.11 0.30
HSL 307.86º 0.68% 0.42% -
HSV(B) 307.86º 0.81% 0.7% -
XYZ 25.51 13.27 34.47 -
YUV 91.72 166.54 190.25 -
System Red Green Blue C M Y K H S L
Decimal 179 34 160 0 0.81 0.11 0.30 307.86 0.68 0.42
Hex B3 22 A0 0 51 B 1E 134 44 2A
Octal 263 42 240 0 121 13 36 464 104 52
Binary 10110011 100010 10100000 0 1010001 1011 11110 100110100 1000100 101010

Color Harmonies of #B322A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B322A0

Black with #B322A0

Text Example


Text Example

White with #B322A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B322A0; }

 p { color: rgb(179,34,160); }

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

background-color css

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

 a { background-color: rgb(179,34,160); }

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

border-color css

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

 span { border-color: rgb(179,34,160); }

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