Html Css Color HEX #B11983 Medium Violet Red

📋 copy color: '#B11983'

red 177 ◦ green 25 ◦ blue 131

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

Shades of Medium Violet Red #B11983

Tints of Medium Violet Red #B11983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.51%

 BLUE value IS 131 (51.56% from 255) = 39.34%

R = 53.15%
G = 7.51%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B11983 (or 0xB11983) is known color: Medium Violet Red. HEX triplet: B1, 19 and 83. RGB value is (177,25,131). Sum of RGB (Red+Green+Blue) = 177+25+131=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B11983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11983 is #4EE67C. Grayscale: #525252. Windows color (decimal): -5170813 or 8591793. OLE color: 8591793.

HSL color Cylindrical-coordinate representation of color #B11983: hue angle of 318.16º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11983 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 131 -
CMYK 0 0.86 0.26 0.31
HSL 318.16º 0.75% 0.4% -
HSV(B) 318.16º 0.86% 0.69% -
XYZ 22.58 11.68 22.54 -
YUV 82.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 177 25 131 0 0.86 0.26 0.31 318.16 0.75 0.4
Hex B1 19 83 0 56 1A 1F 13E 4B 28
Octal 261 31 203 0 126 32 37 476 113 50
Binary 10110001 11001 10000011 0 1010110 11010 11111 100111110 1001011 101000

Color Harmonies of #B11983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11983

Black with #B11983

Text Example


Text Example

White with #B11983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11983; }

 p { color: rgb(177,25,131); }

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

background-color css

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

 a { background-color: rgb(177,25,131); }

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

border-color css

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

 span { border-color: rgb(177,25,131); }

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