Html Css Color HEX #B312A2 Medium Violet Red

📋 copy color: '#B312A2'

red 179 ◦ green 18 ◦ blue 162

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

Shades of Medium Violet Red #B312A2

Tints of Medium Violet Red #B312A2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.01%

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

R = 49.86%
G = 5.01%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B312A2 (or 0xB312A2) is known color: Medium Violet Red. HEX triplet: B3, 12 and A2. RGB value is (179,18,162). Sum of RGB (Red+Green+Blue) = 179+18+162=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B312A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B312A2 is #4CED5D. Grayscale: #525252. Windows color (decimal): -5041502 or 10621619. OLE color: 10621619.

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

Color convert

RGB 179 18 162 -
CMYK 0 0.90 0.09 0.30
HSL 306.34º 0.82% 0.39% -
HSV(B) 306.34º 0.9% 0.7% -
XYZ 25.33 12.62 35.28 -
YUV 82.56 172.84 196.79 -
System Red Green Blue C M Y K H S L
Decimal 179 18 162 0 0.90 0.09 0.30 306.34 0.82 0.39
Hex B3 12 A2 0 5A 9 1E 132 52 27
Octal 263 22 242 0 132 11 36 462 122 47
Binary 10110011 10010 10100010 0 1011010 1001 11110 100110010 1010010 100111

Color Harmonies of #B312A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312A2

Black with #B312A2

Text Example


Text Example

White with #B312A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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