#B9247D

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

Shades of Medium Red Violet #B9247D

Tints of Medium Red Violet #B9247D

Color information

#B9247D (or 0xB9247D) is unknown color: approx Medium Red Violet. HEX triplet: B9, 24 and 7D. RGB value is (185,36,125). Sum of RGB (Red+Green+Blue) = 185+36+125=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9247D is #46DB82. Grayscale: #5A5A5A. Windows color (decimal): -4643715 or 8201401. OLE color: 8201401.

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

Color convert

RGB18536125-
CMYK00.810.320.27
HSL324.16º67.42%43.33%-
HSV(B)324.16º80.54%72.55%-
XYZ24.3413.0620.64-
YUV90.7147.36195.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 36 (14.45% from 255) = 10.40%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=53.47%
G=10.40%
B=36.13%

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
Decimal1853612500.810.320.27324.1667.4243.33
HexB9247D051201B144432b
Octal271441750121403350410353
Binary10111001100100111110101010001100000110111010001001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9247D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9247D; }

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

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

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

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

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

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

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

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