Html Css Color HEX #B11482 Medium Violet Red

📋 copy color: '#B11482'

red 177 ◦ green 20 ◦ blue 130

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

Shades of Medium Violet Red #B11482

Tints of Medium Violet Red #B11482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.12%

 BLUE value IS 130 (51.17% from 255) = 39.76%

R = 54.13%
G = 6.12%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B11482 (or 0xB11482) is known color: Medium Violet Red. HEX triplet: B1, 14 and 82. RGB value is (177,20,130). Sum of RGB (Red+Green+Blue) = 177+20+130=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B11482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11482 is #4EEB7D. Grayscale: #4F4F4F. Windows color (decimal): -5172094 or 8524977. OLE color: 8524977.

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

Color convert

RGB 177 20 130 -
CMYK 0 0.89 0.27 0.31
HSL 317.96º 0.8% 0.39% -
HSV(B) 317.96º 0.89% 0.69% -
XYZ 22.41 11.46 22.15 -
YUV 79.48 156.51 197.56 -
System Red Green Blue C M Y K H S L
Decimal 177 20 130 0 0.89 0.27 0.31 317.96 0.8 0.39
Hex B1 14 82 0 59 1B 1F 13E 50 27
Octal 261 24 202 0 131 33 37 476 120 47
Binary 10110001 10100 10000010 0 1011001 11011 11111 100111110 1010000 100111

Color Harmonies of #B11482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11482

Black with #B11482

Text Example


Text Example

White with #B11482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11482; }

 p { color: rgb(177,20,130); }

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

background-color css

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

 a { background-color: rgb(177,20,130); }

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

border-color css

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

 span { border-color: rgb(177,20,130); }

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