#B12D88

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

Shades of Medium Red Violet #B12D88

Tints of Medium Red Violet #B12D88

Color information

#B12D88 (or 0xB12D88) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2D and 88. RGB value is (177,45,136). Sum of RGB (Red+Green+Blue) = 177+45+136=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12D88 is #4ED277. Grayscale: #5E5E5E. Windows color (decimal): -5165688 or 8924593. OLE color: 8924593.

HSL color Cylindrical-coordinate representation of color #B12D88: hue angle of 318.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12D88 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17745136-
CMYK00.750.230.31
HSL318.64º59.46%43.53%-
HSV(B)318.64º74.58%69.41%-
XYZ23.511324.56-
YUV94.84151.23186.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 45 (17.97% from 255) = 12.57%
BLUE value IS 136 (53.52% from 255) = 37.99%
R=49.44%
G=12.57%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774513600.750.230.31318.6459.4643.53
HexB12D8804B171F13f3b2c
Octal26155210011327374777354
Binary1011000110110110001000010010111011111111100111111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12D88; }

 p { color: rgb(177,45,136); }

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

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

 a { background-color: rgb(177,45,136); }

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

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

 span { border-color: rgb(177,45,136); }

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