#B12985

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

Shades of Medium Red Violet #B12985

Tints of Medium Red Violet #B12985

Color information

#B12985 (or 0xB12985) is unknown color: approx Medium Red Violet. HEX triplet: B1, 29 and 85. RGB value is (177,41,133). Sum of RGB (Red+Green+Blue) = 177+41+133=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B12985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12985 is #4ED67A. Grayscale: #5B5B5B. Windows color (decimal): -5166715 or 8726961. OLE color: 8726961.

HSL color Cylindrical-coordinate representation of color #B12985: hue angle of 319.41º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12985 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB17741133-
CMYK00.770.250.31
HSL319.41º62.39%42.75%-
HSV(B)319.41º76.84%69.41%-
XYZ23.1612.6323.41-
YUV92.15151.06188.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 41 (16.41% from 255) = 11.68%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=50.43%
G=11.68%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774113300.770.250.31319.4162.3942.75
HexB1298504D191F13f3e2b
Octal26151205011531374777653
Binary1011000110100110000101010011011100111111100111111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12985; }

 p { color: rgb(177,41,133); }

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

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

 a { background-color: rgb(177,41,133); }

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

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

 span { border-color: rgb(177,41,133); }

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