Html Css Color HEX #B0198F Medium Violet Red

📋 copy color: '#B0198F'

red 176 ◦ green 25 ◦ blue 143

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

Shades of Medium Violet Red #B0198F

Tints of Medium Violet Red #B0198F

RGB

 RED value IS 176 (69.14% from 255) = 51.16%

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

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 51.16%
G = 7.27%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0198F (or 0xB0198F) is known color: Medium Violet Red. HEX triplet: B0, 19 and 8F. RGB value is (176,25,143). Sum of RGB (Red+Green+Blue) = 176+25+143=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B0198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0198F is #4FE670. Grayscale: #535353. Windows color (decimal): -5236337 or 9378224. OLE color: 9378224.

HSL color Cylindrical-coordinate representation of color #B0198F: hue angle of 313.11º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0198F is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 25 143 -
CMYK 0 0.86 0.19 0.31
HSL 313.11º 0.75% 0.39% -
HSV(B) 313.11º 0.86% 0.69% -
XYZ 23.21 11.91 27.06 -
YUV 83.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 176 25 143 0 0.86 0.19 0.31 313.11 0.75 0.39
Hex B0 19 8F 0 56 13 1F 139 4B 27
Octal 260 31 217 0 126 23 37 471 113 47
Binary 10110000 11001 10001111 0 1010110 10011 11111 100111001 1001011 100111

Color Harmonies of #B0198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0198F

Black with #B0198F

Text Example


Text Example

White with #B0198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0198F; }

 p { color: rgb(176,25,143); }

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

background-color css

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

 a { background-color: rgb(176,25,143); }

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

border-color css

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

 span { border-color: rgb(176,25,143); }

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