Html Css Color HEX #B5198D Medium Violet Red

📋 copy color: '#B5198D'

red 181 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #B5198D

Tints of Medium Violet Red #B5198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 52.16%
G = 7.2%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5198D (or 0xB5198D) is known color: Medium Violet Red. HEX triplet: B5, 19 and 8D. RGB value is (181,25,141). Sum of RGB (Red+Green+Blue) = 181+25+141=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5198D is #4AE672. Grayscale: #545454. Windows color (decimal): -4908659 or 9247157. OLE color: 9247157.

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

Color convert

RGB 181 25 141 -
CMYK 0 0.86 0.22 0.29
HSL 315.38º 0.76% 0.4% -
HSV(B) 315.38º 0.86% 0.71% -
XYZ 24.21 12.44 26.32 -
YUV 84.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 181 25 141 0 0.86 0.22 0.29 315.38 0.76 0.4
Hex B5 19 8D 0 56 16 1D 13B 4C 28
Octal 265 31 215 0 126 26 35 473 114 50
Binary 10110101 11001 10001101 0 1010110 10110 11101 100111011 1001100 101000

Color Harmonies of #B5198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5198D

Black with #B5198D

Text Example


Text Example

White with #B5198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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