Html Css Color HEX #B0198D Medium Violet Red

📋 copy color: '#B0198D'

red 176 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #B0198D

Tints of Medium Violet Red #B0198D

RGB

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

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

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

R = 51.46%
G = 7.31%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0198D (or 0xB0198D) is known color: Medium Violet Red. HEX triplet: B0, 19 and 8D. RGB value is (176,25,141). Sum of RGB (Red+Green+Blue) = 176+25+141=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0198D is #4FE672. Grayscale: #535353. Windows color (decimal): -5236339 or 9247152. OLE color: 9247152.

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

Color convert

RGB 176 25 141 -
CMYK 0 0.86 0.20 0.31
HSL 313.91º 0.75% 0.39% -
HSV(B) 313.91º 0.86% 0.69% -
XYZ 23.06 11.85 26.27 -
YUV 83.37 160.53 194.07 -
System Red Green Blue C M Y K H S L
Decimal 176 25 141 0 0.86 0.20 0.31 313.91 0.75 0.39
Hex B0 19 8D 0 56 14 1F 13A 4B 27
Octal 260 31 215 0 126 24 37 472 113 47
Binary 10110000 11001 10001101 0 1010110 10100 11111 100111010 1001011 100111

Color Harmonies of #B0198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0198D

Black with #B0198D

Text Example


Text Example

White with #B0198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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