Html Css Color HEX #B315A2 Medium Violet Red

📋 copy color: '#B315A2'

red 179 ◦ green 21 ◦ blue 162

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

Shades of Medium Violet Red #B315A2

Tints of Medium Violet Red #B315A2

RGB

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

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

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

R = 49.45%
G = 5.8%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B315A2 (or 0xB315A2) is known color: Medium Violet Red. HEX triplet: B3, 15 and A2. RGB value is (179,21,162). Sum of RGB (Red+Green+Blue) = 179+21+162=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B315A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B315A2 is #4CEA5D. Grayscale: #535353. Windows color (decimal): -5040734 or 10622387. OLE color: 10622387.

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

Color convert

RGB 179 21 162 -
CMYK 0 0.88 0.09 0.30
HSL 306.46º 0.79% 0.39% -
HSV(B) 306.46º 0.88% 0.7% -
XYZ 25.38 12.73 35.3 -
YUV 84.32 171.85 195.54 -
System Red Green Blue C M Y K H S L
Decimal 179 21 162 0 0.88 0.09 0.30 306.46 0.79 0.39
Hex B3 15 A2 0 58 9 1E 132 4F 27
Octal 263 25 242 0 130 11 36 462 117 47
Binary 10110011 10101 10100010 0 1011000 1001 11110 100110010 1001111 100111

Color Harmonies of #B315A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B315A2

Black with #B315A2

Text Example


Text Example

White with #B315A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B315A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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