Html Css Color HEX #B01790 Medium Violet Red

📋 copy color: '#B01790'

red 176 ◦ green 23 ◦ blue 144

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

Shades of Medium Violet Red #B01790

Tints of Medium Violet Red #B01790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.71%

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

R = 51.31%
G = 6.71%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B01790 (or 0xB01790) is known color: Medium Violet Red. HEX triplet: B0, 17 and 90. RGB value is (176,23,144). Sum of RGB (Red+Green+Blue) = 176+23+144=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B01790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01790 is #4FE86F. Grayscale: #525252. Windows color (decimal): -5236848 or 9443248. OLE color: 9443248.

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

Color convert

RGB 176 23 144 -
CMYK 0 0.87 0.18 0.31
HSL 312.55º 0.77% 0.39% -
HSV(B) 312.55º 0.87% 0.69% -
XYZ 23.24 11.86 27.45 -
YUV 82.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 176 23 144 0 0.87 0.18 0.31 312.55 0.77 0.39
Hex B0 17 90 0 57 12 1F 139 4D 27
Octal 260 27 220 0 127 22 37 471 115 47
Binary 10110000 10111 10010000 0 1010111 10010 11111 100111001 1001101 100111

Color Harmonies of #B01790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01790

Black with #B01790

Text Example


Text Example

White with #B01790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01790; }

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

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

background-color css

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

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

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

border-color css

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

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

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