Html Css Color HEX #B120AA Medium Red Violet

📋 copy color: '#B120AA'

red 177 ◦ green 32 ◦ blue 170

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

Shades of Medium Red Violet #B120AA

Tints of Medium Red Violet #B120AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.44%

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 46.7%
G = 8.44%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B120AA (or 0xB120AA) is known color: Medium Red Violet. HEX triplet: B1, 20 and AA. RGB value is (177,32,170). Sum of RGB (Red+Green+Blue) = 177+32+170=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B120AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B120AA is #4EDF55. Grayscale: #5A5A5A. Windows color (decimal): -5168982 or 11149489. OLE color: 11149489.

HSL color Cylindrical-coordinate representation of color #B120AA: hue angle of 302.9º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B120AA is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 32 170 -
CMYK 0 0.82 0.04 0.31
HSL 302.9º 0.69% 0.41% -
HSV(B) 302.9º 0.82% 0.69% -
XYZ 25.9 13.28 39.23 -
YUV 91.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 177 32 170 0 0.82 0.04 0.31 302.9 0.69 0.41
Hex B1 20 AA 0 52 4 1F 12F 45 29
Octal 261 40 252 0 122 4 37 457 105 51
Binary 10110001 100000 10101010 0 1010010 100 11111 100101111 1000101 101001

Color Harmonies of #B120AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B120AA

Black with #B120AA

Text Example


Text Example

White with #B120AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B120AA; }

 p { color: rgb(177,32,170); }

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

background-color css

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

 a { background-color: rgb(177,32,170); }

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

border-color css

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

 span { border-color: rgb(177,32,170); }

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