Html Css Color HEX #B01990 Medium Violet Red

📋 copy color: '#B01990'

red 176 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #B01990

Tints of Medium Violet Red #B01990

RGB

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

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

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

R = 51.01%
G = 7.25%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B01990 (or 0xB01990) is known color: Medium Violet Red. HEX triplet: B0, 19 and 90. RGB value is (176,25,144). Sum of RGB (Red+Green+Blue) = 176+25+144=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B01990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01990 is #4FE66F. Grayscale: #535353. Windows color (decimal): -5236336 or 9443760. OLE color: 9443760.

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

Color convert

RGB 176 25 144 -
CMYK 0 0.86 0.18 0.31
HSL 312.72º 0.75% 0.39% -
HSV(B) 312.72º 0.86% 0.69% -
XYZ 23.29 11.94 27.46 -
YUV 83.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 176 25 144 0 0.86 0.18 0.31 312.72 0.75 0.39
Hex B0 19 90 0 56 12 1F 139 4B 27
Octal 260 31 220 0 126 22 37 471 113 47
Binary 10110000 11001 10010000 0 1010110 10010 11111 100111001 1001011 100111

Color Harmonies of #B01990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01990

Black with #B01990

Text Example


Text Example

White with #B01990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01990; }

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

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

background-color css

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

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

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

border-color css

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

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

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