Html Css Color HEX #B11592 Medium Violet Red

📋 copy color: '#B11592'

red 177 ◦ green 21 ◦ blue 146

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

Shades of Medium Violet Red #B11592

Tints of Medium Violet Red #B11592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.1%

 BLUE value IS 146 (57.42% from 255) = 42.44%

R = 51.45%
G = 6.1%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B11592 (or 0xB11592) is known color: Medium Violet Red. HEX triplet: B1, 15 and 92. RGB value is (177,21,146). Sum of RGB (Red+Green+Blue) = 177+21+146=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B11592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11592 is #4EEA6D. Grayscale: #515151. Windows color (decimal): -5171822 or 9573809. OLE color: 9573809.

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

Color convert

RGB 177 21 146 -
CMYK 0 0.88 0.18 0.31
HSL 311.92º 0.79% 0.39% -
HSV(B) 311.92º 0.88% 0.69% -
XYZ 23.59 11.96 28.26 -
YUV 81.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 177 21 146 0 0.88 0.18 0.31 311.92 0.79 0.39
Hex B1 15 92 0 58 12 1F 138 4F 27
Octal 261 25 222 0 130 22 37 470 117 47
Binary 10110001 10101 10010010 0 1011000 10010 11111 100111000 1001111 100111

Color Harmonies of #B11592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11592

Black with #B11592

Text Example


Text Example

White with #B11592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11592; }

 p { color: rgb(177,21,146); }

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

background-color css

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

 a { background-color: rgb(177,21,146); }

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

border-color css

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

 span { border-color: rgb(177,21,146); }

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