Html Css Color HEX #B312A0 Medium Violet Red

📋 copy color: '#B312A0'

red 179 ◦ green 18 ◦ blue 160

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

Shades of Medium Violet Red #B312A0

Tints of Medium Violet Red #B312A0

RGB

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

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

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

R = 50.14%
G = 5.04%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B312A0 (or 0xB312A0) is known color: Medium Violet Red. HEX triplet: B3, 12 and A0. RGB value is (179,18,160). Sum of RGB (Red+Green+Blue) = 179+18+160=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B312A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B312A0 is #4CED5F. Grayscale: #515151. Windows color (decimal): -5041504 or 10490547. OLE color: 10490547.

HSL color Cylindrical-coordinate representation of color #B312A0: hue angle of 307.08º 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 #B312A0 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 160 -
CMYK 0 0.90 0.11 0.30
HSL 307.08º 0.82% 0.39% -
HSV(B) 307.08º 0.9% 0.7% -
XYZ 25.15 12.55 34.36 -
YUV 82.33 171.84 196.95 -
System Red Green Blue C M Y K H S L
Decimal 179 18 160 0 0.90 0.11 0.30 307.08 0.82 0.39
Hex B3 12 A0 0 5A B 1E 133 52 27
Octal 263 22 240 0 132 13 36 463 122 47
Binary 10110011 10010 10100000 0 1011010 1011 11110 100110011 1010010 100111

Color Harmonies of #B312A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312A0

Black with #B312A0

Text Example


Text Example

White with #B312A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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