Html Css Color HEX #B315A1 Medium Violet Red

📋 copy color: '#B315A1'

red 179 ◦ green 21 ◦ blue 161

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

Shades of Medium Violet Red #B315A1

Tints of Medium Violet Red #B315A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.6%

R = 49.58%
G = 5.82%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B315A1 (or 0xB315A1) is known color: Medium Violet Red. HEX triplet: B3, 15 and A1. RGB value is (179,21,161). Sum of RGB (Red+Green+Blue) = 179+21+161=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B315A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B315A1 is #4CEA5E. Grayscale: #535353. Windows color (decimal): -5040735 or 10556851. OLE color: 10556851.

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

Color convert

RGB 179 21 161 -
CMYK 0 0.88 0.10 0.30
HSL 306.84º 0.79% 0.39% -
HSV(B) 306.84º 0.88% 0.7% -
XYZ 25.29 12.69 34.84 -
YUV 84.2 171.35 195.62 -
System Red Green Blue C M Y K H S L
Decimal 179 21 161 0 0.88 0.10 0.30 306.84 0.79 0.39
Hex B3 15 A1 0 58 A 1E 133 4F 27
Octal 263 25 241 0 130 12 36 463 117 47
Binary 10110011 10101 10100001 0 1011000 1010 11110 100110011 1001111 100111

Color Harmonies of #B315A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B315A1

Black with #B315A1

Text Example


Text Example

White with #B315A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B315A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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