Html Css Color HEX #B01E8C Medium Violet Red

📋 copy color: '#B01E8C'

red 176 ◦ green 30 ◦ blue 140

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

Shades of Medium Violet Red #B01E8C

Tints of Medium Violet Red #B01E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 50.87%
G = 8.67%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B01E8C (or 0xB01E8C) is known color: Medium Violet Red. HEX triplet: B0, 1E and 8C. RGB value is (176,30,140). Sum of RGB (Red+Green+Blue) = 176+30+140=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01E8C is #4FE173. Grayscale: #555555. Windows color (decimal): -5235060 or 9182896. OLE color: 9182896.

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

Color convert

RGB 176 30 140 -
CMYK 0 0.83 0.20 0.31
HSL 314.79º 0.71% 0.4% -
HSV(B) 314.79º 0.83% 0.69% -
XYZ 23.1 12.05 25.92 -
YUV 86.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 176 30 140 0 0.83 0.20 0.31 314.79 0.71 0.4
Hex B0 1E 8C 0 53 14 1F 13B 47 28
Octal 260 36 214 0 123 24 37 473 107 50
Binary 10110000 11110 10001100 0 1010011 10100 11111 100111011 1000111 101000

Color Harmonies of #B01E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01E8C

Black with #B01E8C

Text Example


Text Example

White with #B01E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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