Html Css Color HEX #B01492 Medium Violet Red

📋 copy color: '#B01492'

red 176 ◦ green 20 ◦ blue 146

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

Shades of Medium Violet Red #B01492

Tints of Medium Violet Red #B01492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.69%

R = 51.46%
G = 5.85%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B01492 (or 0xB01492) is known color: Medium Violet Red. HEX triplet: B0, 14 and 92. RGB value is (176,20,146). Sum of RGB (Red+Green+Blue) = 176+20+146=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B01492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01492 is #4FEB6D. Grayscale: #505050. Windows color (decimal): -5237614 or 9573552. OLE color: 9573552.

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

Color convert

RGB 176 20 146 -
CMYK 0 0.89 0.17 0.31
HSL 311.54º 0.8% 0.38% -
HSV(B) 311.54º 0.89% 0.69% -
XYZ 23.34 11.81 28.24 -
YUV 81.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 176 20 146 0 0.89 0.17 0.31 311.54 0.8 0.38
Hex B0 14 92 0 59 11 1F 138 50 26
Octal 260 24 222 0 131 21 37 470 120 46
Binary 10110000 10100 10010010 0 1011001 10001 11111 100111000 1010000 100110

Color Harmonies of #B01492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01492

Black with #B01492

Text Example


Text Example

White with #B01492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01492; }

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

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

background-color css

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

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

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

border-color css

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

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

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