Html Css Color HEX #B11794 Medium Violet Red

📋 copy color: '#B11794'

red 177 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #B11794

Tints of Medium Violet Red #B11794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.61%

 BLUE value IS 148 (58.2% from 255) = 42.53%

R = 50.86%
G = 6.61%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B11794 (or 0xB11794) is known color: Medium Violet Red. HEX triplet: B1, 17 and 94. RGB value is (177,23,148). Sum of RGB (Red+Green+Blue) = 177+23+148=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B11794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11794 is #4EE86B. Grayscale: #525252. Windows color (decimal): -5171308 or 9705393. OLE color: 9705393.

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

Color convert

RGB 177 23 148 -
CMYK 0 0.87 0.16 0.31
HSL 311.3º 0.77% 0.39% -
HSV(B) 311.3º 0.87% 0.69% -
XYZ 23.78 12.1 29.1 -
YUV 83.3 164.52 194.84 -
System Red Green Blue C M Y K H S L
Decimal 177 23 148 0 0.87 0.16 0.31 311.3 0.77 0.39
Hex B1 17 94 0 57 10 1F 137 4D 27
Octal 261 27 224 0 127 20 37 467 115 47
Binary 10110001 10111 10010100 0 1010111 10000 11111 100110111 1001101 100111

Color Harmonies of #B11794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11794

Black with #B11794

Text Example


Text Example

White with #B11794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11794; }

 p { color: rgb(177,23,148); }

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

background-color css

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

 a { background-color: rgb(177,23,148); }

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

border-color css

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

 span { border-color: rgb(177,23,148); }

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