Html Css Color HEX #B01EA1 Medium Violet Red

📋 copy color: '#B01EA1'

red 176 ◦ green 30 ◦ blue 161

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

Shades of Medium Violet Red #B01EA1

Tints of Medium Violet Red #B01EA1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.17%

 BLUE value IS 161 (63.28% from 255) = 43.87%

R = 47.96%
G = 8.17%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B01EA1 (or 0xB01EA1) is known color: Medium Violet Red. HEX triplet: B0, 1E and A1. RGB value is (176,30,161). Sum of RGB (Red+Green+Blue) = 176+30+161=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B01EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01EA1 is #4FE15E. Grayscale: #585858. Windows color (decimal): -5235039 or 10559152. OLE color: 10559152.

HSL color Cylindrical-coordinate representation of color #B01EA1: hue angle of 306.16º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B01EA1 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 30 161 -
CMYK 0 0.83 0.09 0.31
HSL 306.16º 0.71% 0.4% -
HSV(B) 306.16º 0.83% 0.69% -
XYZ 24.8 12.73 34.87 -
YUV 88.59 168.87 190.35 -
System Red Green Blue C M Y K H S L
Decimal 176 30 161 0 0.83 0.09 0.31 306.16 0.71 0.4
Hex B0 1E A1 0 53 9 1F 132 47 28
Octal 260 36 241 0 123 11 37 462 107 50
Binary 10110000 11110 10100001 0 1010011 1001 11111 100110010 1000111 101000

Color Harmonies of #B01EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01EA1

Black with #B01EA1

Text Example


Text Example

White with #B01EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01EA1; }

 p { color: rgb(176,30,161); }

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

background-color css

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

 a { background-color: rgb(176,30,161); }

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

border-color css

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

 span { border-color: rgb(176,30,161); }

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