#B12081

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

Shades of Medium Red Violet #B12081

Tints of Medium Red Violet #B12081

Color information

#B12081 (or 0xB12081) is unknown color: approx Medium Red Violet. HEX triplet: B1, 20 and 81. RGB value is (177,32,129). Sum of RGB (Red+Green+Blue) = 177+32+129=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B12081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12081 is #4EDF7E. Grayscale: #565656. Windows color (decimal): -5169023 or 8462513. OLE color: 8462513.

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

Color convert

RGB17732129-
CMYK00.820.270.31
HSL319.86º69.38%40.98%-
HSV(B)319.86º81.92%69.41%-
XYZ22.6111.9721.89-
YUV86.41152.04192.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 32 (12.89% from 255) = 9.47%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=52.37%
G=9.47%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773212900.820.270.31319.8669.3840.98
HexB120810521B1F1404529
Octal261402010122333750010551
Binary10110001100000100000010101001011011111111010000001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12081; }

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

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

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

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

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

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

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

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