Html Css Color HEX #B01398 Medium Violet Red

📋 copy color: '#B01398'

red 176 ◦ green 19 ◦ blue 152

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

Shades of Medium Violet Red #B01398

Tints of Medium Violet Red #B01398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.48%

 BLUE value IS 152 (59.77% from 255) = 43.8%

R = 50.72%
G = 5.48%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B01398 (or 0xB01398) is known color: Medium Violet Red. HEX triplet: B0, 13 and 98. RGB value is (176,19,152). Sum of RGB (Red+Green+Blue) = 176+19+152=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B01398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01398 is #4FEC67. Grayscale: #505050. Windows color (decimal): -5237864 or 9966512. OLE color: 9966512.

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

Color convert

RGB 176 19 152 -
CMYK 0 0.89 0.14 0.31
HSL 309.17º 0.81% 0.38% -
HSV(B) 309.17º 0.89% 0.69% -
XYZ 23.8 11.96 30.76 -
YUV 81.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 176 19 152 0 0.89 0.14 0.31 309.17 0.81 0.38
Hex B0 13 98 0 59 E 1F 135 51 26
Octal 260 23 230 0 131 16 37 465 121 46
Binary 10110000 10011 10011000 0 1011001 1110 11111 100110101 1010001 100110

Color Harmonies of #B01398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01398

Black with #B01398

Text Example


Text Example

White with #B01398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01398; }

 p { color: rgb(176,19,152); }

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

background-color css

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

 a { background-color: rgb(176,19,152); }

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

border-color css

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

 span { border-color: rgb(176,19,152); }

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