#B12B93

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

Shades of Medium Red Violet #B12B93

Tints of Medium Red Violet #B12B93

Color information

#B12B93 (or 0xB12B93) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2B and 93. RGB value is (177,43,147). Sum of RGB (Red+Green+Blue) = 177+43+147=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12B93 is #4ED46C. Grayscale: #5E5E5E. Windows color (decimal): -5166189 or 9644977. OLE color: 9644977.

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

Color convert

RGB17743147-
CMYK00.760.170.31
HSL313.43º60.91%43.14%-
HSV(B)313.43º75.71%69.41%-
XYZ24.2613.1828.87-
YUV94.92157.39186.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 43 (17.19% from 255) = 11.72%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=48.23%
G=11.72%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774314700.760.170.31313.4360.9143.14
HexB12B9304C111F1393d2b
Octal26153223011421374717553
Binary1011000110101110010011010011001000111111100111001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12B93; }

 p { color: rgb(177,43,147); }

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

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

 a { background-color: rgb(177,43,147); }

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

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

 span { border-color: rgb(177,43,147); }

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