Html Css Color HEX #B315A0 Medium Violet Red

📋 copy color: '#B315A0'

red 179 ◦ green 21 ◦ blue 160

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

Shades of Medium Violet Red #B315A0

Tints of Medium Violet Red #B315A0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.83%

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

R = 49.72%
G = 5.83%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B315A0 (or 0xB315A0) is known color: Medium Violet Red. HEX triplet: B3, 15 and A0. RGB value is (179,21,160). Sum of RGB (Red+Green+Blue) = 179+21+160=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B315A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B315A0 is #4CEA5F. Grayscale: #535353. Windows color (decimal): -5040736 or 10491315. OLE color: 10491315.

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

Color convert

RGB 179 21 160 -
CMYK 0 0.88 0.11 0.30
HSL 307.22º 0.79% 0.39% -
HSV(B) 307.22º 0.88% 0.7% -
XYZ 25.2 12.66 34.37 -
YUV 84.09 170.85 195.7 -
System Red Green Blue C M Y K H S L
Decimal 179 21 160 0 0.88 0.11 0.30 307.22 0.79 0.39
Hex B3 15 A0 0 58 B 1E 133 4F 27
Octal 263 25 240 0 130 13 36 463 117 47
Binary 10110011 10101 10100000 0 1011000 1011 11110 100110011 1001111 100111

Color Harmonies of #B315A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B315A0

Black with #B315A0

Text Example


Text Example

White with #B315A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B315A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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