Html Css Color HEX #B10191 Medium Violet Red

📋 copy color: '#B10191'

red 177 ◦ green 1 ◦ blue 145

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

Shades of Medium Violet Red #B10191

Tints of Medium Violet Red #B10191

RGB

 RED value IS 177 (69.53% from 255) = 54.8%

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 54.8%
G = 0.31%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B10191 (or 0xB10191) is known color: Medium Violet Red. HEX triplet: B1, 01 and 91. RGB value is (177,1,145). Sum of RGB (Red+Green+Blue) = 177+1+145=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B10191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10191 is #4EFE6E. Grayscale: #454545. Windows color (decimal): -5176943 or 9503153. OLE color: 9503153.

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

Color convert

RGB 177 1 145 -
CMYK 0 0.99 0.18 0.31
HSL 310.91º 0.99% 0.35% -
HSV(B) 310.91º 0.99% 0.69% -
XYZ 23.25 11.41 27.77 -
YUV 70.04 170.31 204.29 -
System Red Green Blue C M Y K H S L
Decimal 177 1 145 0 0.99 0.18 0.31 310.91 0.99 0.35
Hex B1 1 91 0 63 12 1F 137 63 23
Octal 261 1 221 0 143 22 37 467 143 43
Binary 10110001 1 10010001 0 1100011 10010 11111 100110111 1100011 100011

Color Harmonies of #B10191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10191

Black with #B10191

Text Example


Text Example

White with #B10191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10191; }

 p { color: rgb(177,1,145); }

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

background-color css

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

 a { background-color: rgb(177,1,145); }

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

border-color css

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

 span { border-color: rgb(177,1,145); }

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