#B7317A

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

Shades of Medium Red Violet #B7317A

Tints of Medium Red Violet #B7317A

Color information

#B7317A (or 0xB7317A) is unknown color: approx Medium Red Violet. HEX triplet: B7, 31 and 7A. RGB value is (183,49,122). Sum of RGB (Red+Green+Blue) = 183+49+122=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B7317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7317A is #48CE85. Grayscale: #616161. Windows color (decimal): -4771462 or 8008119. OLE color: 8008119.

HSL color Cylindrical-coordinate representation of color #B7317A: hue angle of 327.31º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7317A is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18349122-
CMYK00.730.330.28
HSL327.31º57.76%45.49%-
HSV(B)327.31º73.22%71.76%-
XYZ24.1413.6719.78-
YUV97.39141.89189.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.69%
GREEN value IS 49 (19.53% from 255) = 13.84%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=51.69%
G=13.84%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834912200.730.330.28327.3157.7645.49
HexB7317A049211C1473a2d
Octal26761172011141345077255
Binary1011011111000111110100100100110000111100101000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7317A; }

 p { color: rgb(183,49,122); }

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

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

 a { background-color: rgb(183,49,122); }

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

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

 span { border-color: rgb(183,49,122); }

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