Html Css Color HEX #B11984 Medium Violet Red

📋 copy color: '#B11984'

red 177 ◦ green 25 ◦ blue 132

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

Shades of Medium Violet Red #B11984

Tints of Medium Violet Red #B11984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.52%

R = 52.99%
G = 7.49%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B11984 (or 0xB11984) is known color: Medium Violet Red. HEX triplet: B1, 19 and 84. RGB value is (177,25,132). Sum of RGB (Red+Green+Blue) = 177+25+132=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B11984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11984 is #4EE67B. Grayscale: #525252. Windows color (decimal): -5170812 or 8657329. OLE color: 8657329.

HSL color Cylindrical-coordinate representation of color #B11984: hue angle of 317.76º 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 #B11984 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 132 -
CMYK 0 0.86 0.25 0.31
HSL 317.76º 0.75% 0.4% -
HSV(B) 317.76º 0.86% 0.69% -
XYZ 22.64 11.71 22.9 -
YUV 82.65 155.86 195.3 -
System Red Green Blue C M Y K H S L
Decimal 177 25 132 0 0.86 0.25 0.31 317.76 0.75 0.4
Hex B1 19 84 0 56 19 1F 13E 4B 28
Octal 261 31 204 0 126 31 37 476 113 50
Binary 10110001 11001 10000100 0 1010110 11001 11111 100111110 1001011 101000

Color Harmonies of #B11984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11984

Black with #B11984

Text Example


Text Example

White with #B11984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11984; }

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

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

background-color css

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

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

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

border-color css

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

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

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