Html Css Color HEX #B11DA2 Medium Violet Red

📋 copy color: '#B11DA2'

red 177 ◦ green 29 ◦ blue 162

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

Shades of Medium Violet Red #B11DA2

Tints of Medium Violet Red #B11DA2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.88%

 BLUE value IS 162 (63.67% from 255) = 44.02%

R = 48.1%
G = 7.88%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B11DA2 (or 0xB11DA2) is known color: Medium Violet Red. HEX triplet: B1, 1D and A2. RGB value is (177,29,162). Sum of RGB (Red+Green+Blue) = 177+29+162=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B11DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11DA2 is #4EE25D. Grayscale: #585858. Windows color (decimal): -5169758 or 10624433. OLE color: 10624433.

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

Color convert

RGB 177 29 162 -
CMYK 0 0.84 0.08 0.31
HSL 306.08º 0.72% 0.4% -
HSV(B) 306.08º 0.84% 0.69% -
XYZ 25.09 12.83 35.34 -
YUV 88.41 169.53 191.19 -
System Red Green Blue C M Y K H S L
Decimal 177 29 162 0 0.84 0.08 0.31 306.08 0.72 0.4
Hex B1 1D A2 0 54 8 1F 132 48 28
Octal 261 35 242 0 124 10 37 462 110 50
Binary 10110001 11101 10100010 0 1010100 1000 11111 100110010 1001000 101000

Color Harmonies of #B11DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11DA2

Black with #B11DA2

Text Example


Text Example

White with #B11DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11DA2; }

 p { color: rgb(177,29,162); }

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

background-color css

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

 a { background-color: rgb(177,29,162); }

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

border-color css

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

 span { border-color: rgb(177,29,162); }

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