Html Css Color HEX #B01299 Medium Violet Red

📋 copy color: '#B01299'

red 176 ◦ green 18 ◦ blue 153

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

Shades of Medium Violet Red #B01299

Tints of Medium Violet Red #B01299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.19%

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 50.72%
G = 5.19%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B01299 (or 0xB01299) is known color: Medium Violet Red. HEX triplet: B0, 12 and 99. RGB value is (176,18,153). Sum of RGB (Red+Green+Blue) = 176+18+153=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B01299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01299 is #4FED66. Grayscale: #505050. Windows color (decimal): -5238119 or 10031792. OLE color: 10031792.

HSL color Cylindrical-coordinate representation of color #B01299: hue angle of 308.73º degrees, saturation: 0.81, 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 #B01299 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 153 -
CMYK 0 0.90 0.13 0.31
HSL 308.73º 0.81% 0.38% -
HSV(B) 308.73º 0.9% 0.69% -
XYZ 23.87 11.96 31.19 -
YUV 80.63 168.85 196.02 -
System Red Green Blue C M Y K H S L
Decimal 176 18 153 0 0.90 0.13 0.31 308.73 0.81 0.38
Hex B0 12 99 0 5A D 1F 135 51 26
Octal 260 22 231 0 132 15 37 465 121 46
Binary 10110000 10010 10011001 0 1011010 1101 11111 100110101 1010001 100110

Color Harmonies of #B01299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01299

Black with #B01299

Text Example


Text Example

White with #B01299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01299; }

 p { color: rgb(176,18,153); }

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

background-color css

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

 a { background-color: rgb(176,18,153); }

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

border-color css

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

 span { border-color: rgb(176,18,153); }

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