#B7298B

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

Shades of Medium Red Violet #B7298B

Tints of Medium Red Violet #B7298B

Color information

#B7298B (or 0xB7298B) is unknown color: approx Medium Red Violet. HEX triplet: B7, 29 and 8B. RGB value is (183,41,139). Sum of RGB (Red+Green+Blue) = 183+41+139=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7298B is #48D674. Grayscale: #5E5E5E. Windows color (decimal): -4773493 or 9120183. OLE color: 9120183.

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

Color convert

RGB18341139-
CMYK00.780.240.28
HSL318.59º63.39%43.92%-
HSV(B)318.59º77.6%71.76%-
XYZ24.9813.5225.72-
YUV94.63153.04191.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 41 (16.41% from 255) = 11.29%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=50.41%
G=11.29%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834113900.780.240.28318.5963.3943.92
HexB7298B04E181C13f3f2c
Octal26751213011630344777754
Binary1011011110100110001011010011101100011100100111111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7298B; }

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

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

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

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

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

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

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

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