#B12F88

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

Shades of Medium Red Violet #B12F88

Tints of Medium Red Violet #B12F88

Color information

#B12F88 (or 0xB12F88) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2F and 88. RGB value is (177,47,136). Sum of RGB (Red+Green+Blue) = 177+47+136=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12F88 is #4ED077. Grayscale: #5F5F5F. Windows color (decimal): -5165176 or 8925105. OLE color: 8925105.

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

Color convert

RGB17747136-
CMYK00.730.230.31
HSL318.92º58.04%43.92%-
HSV(B)318.92º73.45%69.41%-
XYZ23.5913.1624.59-
YUV96.02150.57185.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 47 (18.75% from 255) = 13.06%
BLUE value IS 136 (53.52% from 255) = 37.78%
R=49.17%
G=13.06%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774713600.730.230.31318.9258.0443.92
HexB12F88049171F13f3a2c
Octal26157210011127374777254
Binary1011000110111110001000010010011011111111100111111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12F88; }

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

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

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

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

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

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

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

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