Html Css Color HEX #B10491 Medium Violet Red

📋 copy color: '#B10491'

red 177 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #B10491

Tints of Medium Violet Red #B10491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

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

R = 54.29%
G = 1.23%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B10491 (or 0xB10491) is known color: Medium Violet Red. HEX triplet: B1, 04 and 91. RGB value is (177,4,145). Sum of RGB (Red+Green+Blue) = 177+4+145=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B10491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10491 is #4EFB6E. Grayscale: #474747. Windows color (decimal): -5176175 or 9503921. OLE color: 9503921.

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

Color convert

RGB 177 4 145 -
CMYK 0 0.98 0.18 0.31
HSL 311.1º 0.96% 0.35% -
HSV(B) 311.1º 0.98% 0.69% -
XYZ 23.29 11.48 27.78 -
YUV 71.8 169.31 203.04 -
System Red Green Blue C M Y K H S L
Decimal 177 4 145 0 0.98 0.18 0.31 311.1 0.96 0.35
Hex B1 4 91 0 62 12 1F 137 60 23
Octal 261 4 221 0 142 22 37 467 140 43
Binary 10110001 100 10010001 0 1100010 10010 11111 100110111 1100000 100011

Color Harmonies of #B10491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10491

Black with #B10491

Text Example


Text Example

White with #B10491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10491; }

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

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

background-color css

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

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

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

border-color css

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

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

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