Html Css Color HEX #B5198E Medium Violet Red

📋 copy color: '#B5198E'

red 181 ◦ green 25 ◦ blue 142

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

Shades of Medium Violet Red #B5198E

Tints of Medium Violet Red #B5198E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 52.01%
G = 7.18%
B = 40.8%

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

#B5198E (or 0xB5198E) is known color: Medium Violet Red. HEX triplet: B5, 19 and 8E. RGB value is (181,25,142). Sum of RGB (Red+Green+Blue) = 181+25+142=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B5198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5198E is #4AE671. Grayscale: #545454. Windows color (decimal): -4908658 or 9312693. OLE color: 9312693.

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

Color convert

RGB 181 25 142 -
CMYK 0 0.86 0.22 0.29
HSL 315º 0.76% 0.4% -
HSV(B) 315º 0.86% 0.71% -
XYZ 24.29 12.47 26.72 -
YUV 84.98 160.18 196.49 -
System Red Green Blue C M Y K H S L
Decimal 181 25 142 0 0.86 0.22 0.29 315 0.76 0.4
Hex B5 19 8E 0 56 16 1D 13B 4C 28
Octal 265 31 216 0 126 26 35 473 114 50
Binary 10110101 11001 10001110 0 1010110 10110 11101 100111011 1001100 101000

Color Harmonies of #B5198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5198E

Black with #B5198E

Text Example


Text Example

White with #B5198E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5198E; }

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

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

background-color css

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

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

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

border-color css

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

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

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