Html Css Color HEX #B01490 Medium Violet Red

📋 copy color: '#B01490'

red 176 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #B01490

Tints of Medium Violet Red #B01490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.88%

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

R = 51.76%
G = 5.88%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B01490 (or 0xB01490) is known color: Medium Violet Red. HEX triplet: B0, 14 and 90. RGB value is (176,20,144). Sum of RGB (Red+Green+Blue) = 176+20+144=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B01490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01490 is #4FEB6F. Grayscale: #505050. Windows color (decimal): -5237616 or 9442480. OLE color: 9442480.

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

Color convert

RGB 176 20 144 -
CMYK 0 0.89 0.18 0.31
HSL 312.31º 0.8% 0.38% -
HSV(B) 312.31º 0.89% 0.69% -
XYZ 23.19 11.74 27.43 -
YUV 80.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 176 20 144 0 0.89 0.18 0.31 312.31 0.8 0.38
Hex B0 14 90 0 59 12 1F 138 50 26
Octal 260 24 220 0 131 22 37 470 120 46
Binary 10110000 10100 10010000 0 1011001 10010 11111 100111000 1010000 100110

Color Harmonies of #B01490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01490

Black with #B01490

Text Example


Text Example

White with #B01490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01490; }

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

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

background-color css

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

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

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

border-color css

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

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

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