Html Css Color HEX #B01190 Medium Violet Red

📋 copy color: '#B01190'

red 176 ◦ green 17 ◦ blue 144

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

Shades of Medium Violet Red #B01190

Tints of Medium Violet Red #B01190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.04%

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 52.23%
G = 5.04%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B01190 (or 0xB01190) is known color: Medium Violet Red. HEX triplet: B0, 11 and 90. RGB value is (176,17,144). Sum of RGB (Red+Green+Blue) = 176+17+144=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B01190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01190 is #4FEE6F. Grayscale: #4E4E4E. Windows color (decimal): -5238384 or 9441712. OLE color: 9441712.

HSL color Cylindrical-coordinate representation of color #B01190: hue angle of 312.08º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01190 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 144 -
CMYK 0 0.90 0.18 0.31
HSL 312.08º 0.82% 0.38% -
HSV(B) 312.08º 0.9% 0.69% -
XYZ 23.14 11.64 27.41 -
YUV 79.02 164.68 197.17 -
System Red Green Blue C M Y K H S L
Decimal 176 17 144 0 0.90 0.18 0.31 312.08 0.82 0.38
Hex B0 11 90 0 5A 12 1F 138 52 26
Octal 260 21 220 0 132 22 37 470 122 46
Binary 10110000 10001 10010000 0 1011010 10010 11111 100111000 1010010 100110

Color Harmonies of #B01190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01190

Black with #B01190

Text Example


Text Example

White with #B01190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01190; }

 p { color: rgb(176,17,144); }

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

background-color css

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

 a { background-color: rgb(176,17,144); }

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

border-color css

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

 span { border-color: rgb(176,17,144); }

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