#B1247A

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

Shades of Medium Red Violet #B1247A

Tints of Medium Red Violet #B1247A

Color information

#B1247A (or 0xB1247A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 24 and 7A. RGB value is (177,36,122). Sum of RGB (Red+Green+Blue) = 177+36+122=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1247A is #4EDB85. Grayscale: #575757. Windows color (decimal): -5168006 or 8004785. OLE color: 8004785.

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

Color convert

RGB17736122-
CMYK00.800.310.31
HSL323.4º66.2%41.76%-
HSV(B)323.4º79.66%69.41%-
XYZ22.2812.0119.56-
YUV87.96147.21191.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 36 (14.45% from 255) = 10.75%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=52.84%
G=10.75%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773612200.800.310.31323.466.241.76
HexB1247A0501F1F143422a
Octal261441720120373750310252
Binary1011000110010011110100101000011111111111010000111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1247A; }

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

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

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

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

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

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

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

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