#B8297B

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

Shades of Medium Red Violet #B8297B

Tints of Medium Red Violet #B8297B

Color information

#B8297B (or 0xB8297B) is unknown color: approx Medium Red Violet. HEX triplet: B8, 29 and 7B. RGB value is (184,41,123). Sum of RGB (Red+Green+Blue) = 184+41+123=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8297B is #47D684. Grayscale: #5C5C5C. Windows color (decimal): -4707973 or 8071608. OLE color: 8071608.

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

Color convert

RGB18441123-
CMYK00.780.330.28
HSL325.59º63.56%44.12%-
HSV(B)325.59º77.72%72.16%-
XYZ24.1413.2120.02-
YUV93.1144.88192.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.87%
GREEN value IS 41 (16.41% from 255) = 11.78%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=52.87%
G=11.78%
B=35.34%

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
Decimal1844112300.780.330.28325.5963.5644.12
HexB8297B04E211C146402c
Octal270511730116413450610054
Binary10111000101001111101101001110100001111001010001101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8297B; }

 p { color: rgb(184,41,123); }

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

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

 a { background-color: rgb(184,41,123); }

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

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

 span { border-color: rgb(184,41,123); }

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