Html Css Color HEX #B316A2 Medium Violet Red

📋 copy color: '#B316A2'

red 179 ◦ green 22 ◦ blue 162

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

Shades of Medium Violet Red #B316A2

Tints of Medium Violet Red #B316A2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.06%

 BLUE value IS 162 (63.67% from 255) = 44.63%

R = 49.31%
G = 6.06%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B316A2 (or 0xB316A2) is known color: Medium Violet Red. HEX triplet: B3, 16 and A2. RGB value is (179,22,162). Sum of RGB (Red+Green+Blue) = 179+22+162=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B316A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B316A2 is #4CE95D. Grayscale: #545454. Windows color (decimal): -5040478 or 10622643. OLE color: 10622643.

HSL color Cylindrical-coordinate representation of color #B316A2: hue angle of 306.5º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B316A2 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 22 162 -
CMYK 0 0.88 0.09 0.30
HSL 306.5º 0.78% 0.39% -
HSV(B) 306.5º 0.88% 0.7% -
XYZ 25.4 12.77 35.31 -
YUV 84.9 171.51 195.12 -
System Red Green Blue C M Y K H S L
Decimal 179 22 162 0 0.88 0.09 0.30 306.5 0.78 0.39
Hex B3 16 A2 0 58 9 1E 132 4E 27
Octal 263 26 242 0 130 11 36 462 116 47
Binary 10110011 10110 10100010 0 1011000 1001 11110 100110010 1001110 100111

Color Harmonies of #B316A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B316A2

Black with #B316A2

Text Example


Text Example

White with #B316A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B316A2; }

 p { color: rgb(179,22,162); }

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

background-color css

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

 a { background-color: rgb(179,22,162); }

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

border-color css

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

 span { border-color: rgb(179,22,162); }

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