Html Css Color HEX #B314A2 Medium Violet Red

📋 copy color: '#B314A2'

red 179 ◦ green 20 ◦ blue 162

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

Shades of Medium Violet Red #B314A2

Tints of Medium Violet Red #B314A2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.54%

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

R = 49.58%
G = 5.54%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B314A2 (or 0xB314A2) is known color: Medium Violet Red. HEX triplet: B3, 14 and A2. RGB value is (179,20,162). Sum of RGB (Red+Green+Blue) = 179+20+162=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B314A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B314A2 is #4CEB5D. Grayscale: #535353. Windows color (decimal): -5040990 or 10622131. OLE color: 10622131.

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

Color convert

RGB 179 20 162 -
CMYK 0 0.89 0.09 0.30
HSL 306.42º 0.8% 0.39% -
HSV(B) 306.42º 0.89% 0.7% -
XYZ 25.36 12.69 35.3 -
YUV 83.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 179 20 162 0 0.89 0.09 0.30 306.42 0.8 0.39
Hex B3 14 A2 0 59 9 1E 132 50 27
Octal 263 24 242 0 131 11 36 462 120 47
Binary 10110011 10100 10100010 0 1011001 1001 11110 100110010 1010000 100111

Color Harmonies of #B314A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B314A2

Black with #B314A2

Text Example


Text Example

White with #B314A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B314A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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