#B1247D

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

Shades of Medium Red Violet #B1247D

Tints of Medium Red Violet #B1247D

Color information

#B1247D (or 0xB1247D) is unknown color: approx Medium Red Violet. HEX triplet: B1, 24 and 7D. RGB value is (177,36,125). Sum of RGB (Red+Green+Blue) = 177+36+125=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1247D is #4EDB82. Grayscale: #585858. Windows color (decimal): -5168003 or 8201393. OLE color: 8201393.

HSL color Cylindrical-coordinate representation of color #B1247D: hue angle of 322.13º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1247D is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17736125-
CMYK00.800.290.31
HSL322.13º66.2%41.76%-
HSV(B)322.13º79.66%69.41%-
XYZ22.4612.0920.55-
YUV88.3148.71191.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 36 (14.45% from 255) = 10.65%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=52.37%
G=10.65%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773612500.800.290.31322.1366.241.76
HexB1247D0501D1F142422a
Octal261441750120353750210252
Binary1011000110010011111010101000011101111111010000101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1247D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1247D; }

 p { color: rgb(177,36,125); }

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

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

 a { background-color: rgb(177,36,125); }

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

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

 span { border-color: rgb(177,36,125); }

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