Html Css Color HEX #B10091 Medium Violet Red

📋 copy color: '#B10091'

red 177 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #B10091

Tints of Medium Violet Red #B10091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.97%
G = 0%
B = 45.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B10091 (or 0xB10091) is known color: Medium Violet Red. HEX triplet: B1, 00 and 91. RGB value is (177,0,145). Sum of RGB (Red+Green+Blue) = 177+0+145=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B10091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10091 is #4EFF6E. Grayscale: #454545. Windows color (decimal): -5177199 or 9502897. OLE color: 9502897.

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

Color convert

RGB 177 0 145 -
CMYK 0 1 0.18 0.31
HSL 310.85º 1% 0.35% -
HSV(B) 310.85º 1% 0.69% -
XYZ 23.24 11.39 27.76 -
YUV 69.45 170.64 204.71 -
System Red Green Blue C M Y K H S L
Decimal 177 0 145 0 1 0.18 0.31 310.85 1 0.35
Hex B1 0 91 0 64 12 1F 137 64 23
Octal 261 0 221 0 144 22 37 467 144 43
Binary 10110001 0 10010001 0 1100100 10010 11111 100110111 1100100 100011

Color Harmonies of #B10091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10091

Black with #B10091

Text Example


Text Example

White with #B10091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10091; }

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

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

background-color css

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

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

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

border-color css

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

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

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