#B924A9

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

Shades of Medium Red Violet #B924A9

Tints of Medium Red Violet #B924A9

Color information

#B924A9 (or 0xB924A9) is unknown color: approx Medium Red Violet. HEX triplet: B9, 24 and A9. RGB value is (185,36,169). Sum of RGB (Red+Green+Blue) = 185+36+169=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B924A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B924A9 is #46DB56. Grayscale: #5F5F5F. Windows color (decimal): -4643671 or 11084985. OLE color: 11084985.

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

Color convert

RGB18536169-
CMYK00.810.090.27
HSL306.44º67.42%43.33%-
HSV(B)306.44º80.54%72.55%-
XYZ27.814.4438.86-
YUV95.71169.36191.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 36 (14.45% from 255) = 9.23%
BLUE value IS 169 (66.41% from 255) = 43.33%
R=47.44%
G=9.23%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853616900.810.090.27306.4467.4243.33
HexB924A905191B132432b
Octal271442510121113346210353
Binary1011100110010010101001010100011001110111001100101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B924A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B924A9; }

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

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

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

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

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

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

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

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