#B9247E

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

Shades of Medium Red Violet #B9247E

Tints of Medium Red Violet #B9247E

Color information

#B9247E (or 0xB9247E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 24 and 7E. RGB value is (185,36,126). Sum of RGB (Red+Green+Blue) = 185+36+126=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9247E is #46DB81. Grayscale: #5A5A5A. Windows color (decimal): -4643714 or 8266937. OLE color: 8266937.

HSL color Cylindrical-coordinate representation of color #B9247E: hue angle of 323.76º 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 #B9247E is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18536126-
CMYK00.810.320.27
HSL323.76º67.42%43.33%-
HSV(B)323.76º80.54%72.55%-
XYZ24.413.0820.98-
YUV90.81147.86195.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.31%
GREEN value IS 36 (14.45% from 255) = 10.37%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=53.31%
G=10.37%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853612600.810.320.27323.7667.4243.33
HexB9247E051201B144432b
Octal271441760121403350410353
Binary10111001100100111111001010001100000110111010001001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9247E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9247E; }

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

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

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

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

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

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

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

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