#B12080

Color #B12080 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B12080

Tints of Medium Red Violet #B12080

Color information

#B12080 (or 0xB12080) is unknown color: approx Medium Red Violet. HEX triplet: B1, 20 and 80. RGB value is (177,32,128). Sum of RGB (Red+Green+Blue) = 177+32+128=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B12080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12080 is #4EDF7F. Grayscale: #565656. Windows color (decimal): -5169024 or 8396977. OLE color: 8396977.

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

Color convert

RGB17732128-
CMYK00.820.280.31
HSL320.28º69.38%40.98%-
HSV(B)320.28º81.92%69.41%-
XYZ22.5411.9421.54-
YUV86.3151.54192.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 32 (12.89% from 255) = 9.50%
BLUE value IS 128 (50.39% from 255) = 37.98%
R=52.52%
G=9.50%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773212800.820.280.31320.2869.3840.98
HexB120800521C1F1404529
Octal261402000122343750010551
Binary10110001100000100000000101001011100111111010000001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12080; }

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

 H1.HeaderClassName
 {
   color: #B12080;
 }
 .AnyTagClassName
 {
   color: #B12080;
 }
</style>
background-color css

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

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

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

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

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

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