Html Css Color HEX #B5197B Medium Violet Red

📋 copy color: '#B5197B'

red 181 ◦ green 25 ◦ blue 123

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

Shades of Medium Violet Red #B5197B

Tints of Medium Violet Red #B5197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 55.02%
G = 7.6%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5197B (or 0xB5197B) is known color: Medium Violet Red. HEX triplet: B5, 19 and 7B. RGB value is (181,25,123). Sum of RGB (Red+Green+Blue) = 181+25+123=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5197B is #4AE684. Grayscale: #525252. Windows color (decimal): -4908677 or 8067509. OLE color: 8067509.

HSL color Cylindrical-coordinate representation of color #B5197B: hue angle of 322.31º 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 #B5197B is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 25 123 -
CMYK 0 0.86 0.32 0.29
HSL 322.31º 0.76% 0.4% -
HSV(B) 322.31º 0.86% 0.71% -
XYZ 22.98 11.95 19.83 -
YUV 82.82 150.68 198.03 -
System Red Green Blue C M Y K H S L
Decimal 181 25 123 0 0.86 0.32 0.29 322.31 0.76 0.4
Hex B5 19 7B 0 56 20 1D 142 4C 28
Octal 265 31 173 0 126 40 35 502 114 50
Binary 10110101 11001 1111011 0 1010110 100000 11101 101000010 1001100 101000

Color Harmonies of #B5197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5197B

Black with #B5197B

Text Example


Text Example

White with #B5197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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