#B8249A

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

Shades of Medium Red Violet #B8249A

Tints of Medium Red Violet #B8249A

Color information

#B8249A (or 0xB8249A) is unknown color: approx Medium Red Violet. HEX triplet: B8, 24 and 9A. RGB value is (184,36,154). Sum of RGB (Red+Green+Blue) = 184+36+154=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8249A is #47DB65. Grayscale: #5D5D5D. Windows color (decimal): -4709222 or 10101944. OLE color: 10101944.

HSL color Cylindrical-coordinate representation of color #B8249A: hue angle of 312.16º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8249A is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB18436154-
CMYK00.800.160.28
HSL312.16º67.27%43.14%-
HSV(B)312.16º80.43%72.16%-
XYZ26.2313.7931.85-
YUV93.7162.03192.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.20%
GREEN value IS 36 (14.45% from 255) = 9.63%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=49.20%
G=9.63%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843615400.800.160.28312.1667.2743.14
HexB8249A050101C138432b
Octal270442320120203447010353
Binary10111000100100100110100101000010000111001001110001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8249A; }

 p { color: rgb(184,36,154); }

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

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

 a { background-color: rgb(184,36,154); }

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

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

 span { border-color: rgb(184,36,154); }

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