Html Css Color HEX #B01498 Medium Violet Red

📋 copy color: '#B01498'

red 176 ◦ green 20 ◦ blue 152

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

Shades of Medium Violet Red #B01498

Tints of Medium Violet Red #B01498

RGB

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

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

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

R = 50.57%
G = 5.75%
B = 43.68%

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

#B01498 (or 0xB01498) is known color: Medium Violet Red. HEX triplet: B0, 14 and 98. RGB value is (176,20,152). Sum of RGB (Red+Green+Blue) = 176+20+152=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B01498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01498 is #4FEB67. Grayscale: #515151. Windows color (decimal): -5237608 or 9966768. OLE color: 9966768.

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

Color convert

RGB 176 20 152 -
CMYK 0 0.89 0.14 0.31
HSL 309.23º 0.8% 0.38% -
HSV(B) 309.23º 0.89% 0.69% -
XYZ 23.82 12 30.77 -
YUV 81.69 167.68 195.27 -
System Red Green Blue C M Y K H S L
Decimal 176 20 152 0 0.89 0.14 0.31 309.23 0.8 0.38
Hex B0 14 98 0 59 E 1F 135 50 26
Octal 260 24 230 0 131 16 37 465 120 46
Binary 10110000 10100 10011000 0 1011001 1110 11111 100110101 1010000 100110

Color Harmonies of #B01498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01498

Black with #B01498

Text Example


Text Example

White with #B01498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01498; }

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

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

background-color css

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

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

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

border-color css

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

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

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