Html Css Color HEX #B12591 Medium Red Violet

📋 copy color: '#B12591'

red 177 ◦ green 37 ◦ blue 145

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

Shades of Medium Red Violet #B12591

Tints of Medium Red Violet #B12591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.31%

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

R = 49.3%
G = 10.31%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B12591 (or 0xB12591) is known color: Medium Red Violet. HEX triplet: B1, 25 and 91. RGB value is (177,37,145). Sum of RGB (Red+Green+Blue) = 177+37+145=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B12591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12591 is #4EDA6E. Grayscale: #5A5A5A. Windows color (decimal): -5167727 or 9512369. OLE color: 9512369.

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

Color convert

RGB 177 37 145 -
CMYK 0 0.79 0.18 0.31
HSL 313.71º 0.65% 0.42% -
HSV(B) 313.71º 0.79% 0.69% -
XYZ 23.9 12.71 27.98 -
YUV 91.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 177 37 145 0 0.79 0.18 0.31 313.71 0.65 0.42
Hex B1 25 91 0 4F 12 1F 13A 41 2A
Octal 261 45 221 0 117 22 37 472 101 52
Binary 10110001 100101 10010001 0 1001111 10010 11111 100111010 1000001 101010

Color Harmonies of #B12591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12591

Black with #B12591

Text Example


Text Example

White with #B12591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12591; }

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

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

background-color css

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

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

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

border-color css

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

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

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