#B9246E

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

Shades of Medium Red Violet #B9246E

Tints of Medium Red Violet #B9246E

Color information

#B9246E (or 0xB9246E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 24 and 6E. RGB value is (185,36,110). Sum of RGB (Red+Green+Blue) = 185+36+110=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9246E is #46DB91. Grayscale: #585858. Windows color (decimal): -4643730 or 7218361. OLE color: 7218361.

HSL color Cylindrical-coordinate representation of color #B9246E: hue angle of 330.2º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9246E is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18536110-
CMYK00.810.410.27
HSL330.2º67.42%43.33%-
HSV(B)330.2º80.54%72.55%-
XYZ23.4512.715.97-
YUV88.99139.86196.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.89%
GREEN value IS 36 (14.45% from 255) = 10.88%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=55.89%
G=10.88%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853611000.810.410.27330.267.4243.33
HexB9246E051291B14a432b
Octal271441560121513351210353
Binary10111001100100110111001010001101001110111010010101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9246E; }

 p { color: rgb(185,36,110); }

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

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

 a { background-color: rgb(185,36,110); }

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

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

 span { border-color: rgb(185,36,110); }

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