Html Css Color HEX #B01C91 Medium Violet Red

📋 copy color: '#B01C91'

red 176 ◦ green 28 ◦ blue 145

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

Shades of Medium Violet Red #B01C91

Tints of Medium Violet Red #B01C91

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.02%

 BLUE value IS 145 (57.03% from 255) = 41.55%

R = 50.43%
G = 8.02%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B01C91 (or 0xB01C91) is known color: Medium Violet Red. HEX triplet: B0, 1C and 91. RGB value is (176,28,145). Sum of RGB (Red+Green+Blue) = 176+28+145=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01C91 is #4FE36E. Grayscale: #555555. Windows color (decimal): -5235567 or 9510064. OLE color: 9510064.

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

Color convert

RGB 176 28 145 -
CMYK 0 0.84 0.18 0.31
HSL 312.57º 0.73% 0.4% -
HSV(B) 312.57º 0.84% 0.69% -
XYZ 23.43 12.1 27.89 -
YUV 85.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 176 28 145 0 0.84 0.18 0.31 312.57 0.73 0.4
Hex B0 1C 91 0 54 12 1F 139 49 28
Octal 260 34 221 0 124 22 37 471 111 50
Binary 10110000 11100 10010001 0 1010100 10010 11111 100111001 1001001 101000

Color Harmonies of #B01C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C91

Black with #B01C91

Text Example


Text Example

White with #B01C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C91; }

 p { color: rgb(176,28,145); }

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

background-color css

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

 a { background-color: rgb(176,28,145); }

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

border-color css

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

 span { border-color: rgb(176,28,145); }

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