#B12D98

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

Shades of Medium Red Violet #B12D98

Tints of Medium Red Violet #B12D98

Color information

#B12D98 (or 0xB12D98) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2D and 98. RGB value is (177,45,152). Sum of RGB (Red+Green+Blue) = 177+45+152=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12D98 is #4ED267. Grayscale: #606060. Windows color (decimal): -5165672 or 9973169. OLE color: 9973169.

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

Color convert

RGB17745152-
CMYK00.750.140.31
HSL311.36º59.46%43.53%-
HSV(B)311.36º74.58%69.41%-
XYZ24.7413.4931.01-
YUV96.67159.23185.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 45 (17.97% from 255) = 12.03%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=47.33%
G=12.03%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774515200.750.140.31311.3659.4643.53
HexB12D9804BE1F1373b2c
Octal26155230011316374677354
Binary101100011011011001100001001011111011111100110111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12D98; }

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

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

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

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

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

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

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

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