Html Css Color HEX #B10591 Medium Violet Red

📋 copy color: '#B10591'

red 177 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #B10591

Tints of Medium Violet Red #B10591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.53%

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

R = 54.13%
G = 1.53%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B10591 (or 0xB10591) is known color: Medium Violet Red. HEX triplet: B1, 05 and 91. RGB value is (177,5,145). Sum of RGB (Red+Green+Blue) = 177+5+145=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B10591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10591 is #4EFA6E. Grayscale: #484848. Windows color (decimal): -5175919 or 9504177. OLE color: 9504177.

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

Color convert

RGB 177 5 145 -
CMYK 0 0.97 0.18 0.31
HSL 311.16º 0.95% 0.36% -
HSV(B) 311.16º 0.97% 0.69% -
XYZ 23.3 11.5 27.78 -
YUV 72.39 168.98 202.62 -
System Red Green Blue C M Y K H S L
Decimal 177 5 145 0 0.97 0.18 0.31 311.16 0.95 0.36
Hex B1 5 91 0 61 12 1F 137 5F 24
Octal 261 5 221 0 141 22 37 467 137 44
Binary 10110001 101 10010001 0 1100001 10010 11111 100110111 1011111 100100

Color Harmonies of #B10591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10591

Black with #B10591

Text Example


Text Example

White with #B10591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10591; }

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

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

background-color css

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

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

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

border-color css

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

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

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