Html Css Color HEX #B0199F Medium Violet Red

📋 copy color: '#B0199F'

red 176 ◦ green 25 ◦ blue 159

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

Shades of Medium Violet Red #B0199F

Tints of Medium Violet Red #B0199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.17%

R = 48.89%
G = 6.94%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0199F (or 0xB0199F) is known color: Medium Violet Red. HEX triplet: B0, 19 and 9F. RGB value is (176,25,159). Sum of RGB (Red+Green+Blue) = 176+25+159=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B0199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0199F is #4FE660. Grayscale: #555555. Windows color (decimal): -5236321 or 10426800. OLE color: 10426800.

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

Color convert

RGB 176 25 159 -
CMYK 0 0.86 0.10 0.31
HSL 306.76º 0.75% 0.39% -
HSV(B) 306.76º 0.86% 0.69% -
XYZ 24.51 12.43 33.91 -
YUV 85.43 169.53 192.6 -
System Red Green Blue C M Y K H S L
Decimal 176 25 159 0 0.86 0.10 0.31 306.76 0.75 0.39
Hex B0 19 9F 0 56 A 1F 133 4B 27
Octal 260 31 237 0 126 12 37 463 113 47
Binary 10110000 11001 10011111 0 1010110 1010 11111 100110011 1001011 100111

Color Harmonies of #B0199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0199F

Black with #B0199F

Text Example


Text Example

White with #B0199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0199F; }

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

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

background-color css

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

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

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

border-color css

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

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

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