#B731A7

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

Shades of Medium Red Violet #B731A7

Tints of Medium Red Violet #B731A7

Color information

#B731A7 (or 0xB731A7) is unknown color: approx Medium Red Violet. HEX triplet: B7, 31 and A7. RGB value is (183,49,167). Sum of RGB (Red+Green+Blue) = 183+49+167=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B731A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B731A7 is #48CE58. Grayscale: #666666. Windows color (decimal): -4771417 or 10957239. OLE color: 10957239.

HSL color Cylindrical-coordinate representation of color #B731A7: hue angle of 307.16º 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 #B731A7 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB18349167-
CMYK00.730.090.28
HSL307.16º57.76%45.49%-
HSV(B)307.16º73.22%71.76%-
XYZ27.615.0538.01-
YUV102.52164.39185.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 49 (19.53% from 255) = 12.28%
BLUE value IS 167 (65.62% from 255) = 41.85%
R=45.86%
G=12.28%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834916700.730.090.28307.1657.7645.49
HexB731A704991C1333a2d
Octal26761247011111344637255
Binary101101111100011010011101001001100111100100110011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B731A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B731A7; }

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

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

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

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

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

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

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

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