Html Css Color HEX #B51997 Medium Violet Red

📋 copy color: '#B51997'

red 181 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #B51997

Tints of Medium Violet Red #B51997

RGB

 RED value IS 181 (71.09% from 255) = 50.7%

 GREEN value IS 25 (10.16% from 255) = 7%

 BLUE value IS 151 (59.38% from 255) = 42.3%

R = 50.7%
G = 7%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B51997 (or 0xB51997) is known color: Medium Violet Red. HEX triplet: B5, 19 and 97. RGB value is (181,25,151). Sum of RGB (Red+Green+Blue) = 181+25+151=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B51997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51997 is #4AE668. Grayscale: #555555. Windows color (decimal): -4908649 or 9902517. OLE color: 9902517.

HSL color Cylindrical-coordinate representation of color #B51997: hue angle of 311.54º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51997 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 25 151 -
CMYK 0 0.86 0.17 0.29
HSL 311.54º 0.76% 0.4% -
HSV(B) 311.54º 0.86% 0.71% -
XYZ 24.99 12.75 30.42 -
YUV 86.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 181 25 151 0 0.86 0.17 0.29 311.54 0.76 0.4
Hex B5 19 97 0 56 11 1D 138 4C 28
Octal 265 31 227 0 126 21 35 470 114 50
Binary 10110101 11001 10010111 0 1010110 10001 11101 100111000 1001100 101000

Color Harmonies of #B51997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51997

Black with #B51997

Text Example


Text Example

White with #B51997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51997; }

 p { color: rgb(181,25,151); }

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

background-color css

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

 a { background-color: rgb(181,25,151); }

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

border-color css

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

 span { border-color: rgb(181,25,151); }

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