#B8298A

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

Shades of Medium Red Violet #B8298A

Tints of Medium Red Violet #B8298A

Color information

#B8298A (or 0xB8298A) is unknown color: approx Medium Red Violet. HEX triplet: B8, 29 and 8A. RGB value is (184,41,138). Sum of RGB (Red+Green+Blue) = 184+41+138=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8298A is #47D675. Grayscale: #5E5E5E. Windows color (decimal): -4707958 or 9054648. OLE color: 9054648.

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

Color convert

RGB18441138-
CMYK00.780.250.28
HSL319.3º63.56%44.12%-
HSV(B)319.3º77.72%72.16%-
XYZ25.1513.6125.35-
YUV94.82152.38191.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.69%
GREEN value IS 41 (16.41% from 255) = 11.29%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=50.69%
G=11.29%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844113800.780.250.28319.363.5644.12
HexB8298A04E191C13f402c
Octal270512120116313447710054
Binary10111000101001100010100100111011001111001001111111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8298A; }

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

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

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

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

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

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

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

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