#B7297A

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

Shades of Medium Red Violet #B7297A

Tints of Medium Red Violet #B7297A

Color information

#B7297A (or 0xB7297A) is unknown color: approx Medium Red Violet. HEX triplet: B7, 29 and 7A. RGB value is (183,41,122). Sum of RGB (Red+Green+Blue) = 183+41+122=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7297A is #48D685. Grayscale: #5C5C5C. Windows color (decimal): -4773510 or 8006071. OLE color: 8006071.

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

Color convert

RGB18341122-
CMYK00.780.330.28
HSL325.77º63.39%43.92%-
HSV(B)325.77º77.6%71.76%-
XYZ23.8313.0619.68-
YUV92.69144.54192.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 41 (16.41% from 255) = 11.85%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=52.89%
G=11.85%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834112200.780.330.28325.7763.3943.92
HexB7297A04E211C1463f2c
Octal26751172011641345067754
Binary1011011110100111110100100111010000111100101000110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7297A; }

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

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

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

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

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

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

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

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