#B924AA

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

Shades of Medium Red Violet #B924AA

Tints of Medium Red Violet #B924AA

Color information

#B924AA (or 0xB924AA) is unknown color: approx Medium Red Violet. HEX triplet: B9, 24 and AA. RGB value is (185,36,170). Sum of RGB (Red+Green+Blue) = 185+36+170=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B924AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B924AA is #46DB55. Grayscale: #5F5F5F. Windows color (decimal): -4643670 or 11150521. OLE color: 11150521.

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

Color convert

RGB18536170-
CMYK00.810.080.27
HSL306.04º67.42%43.33%-
HSV(B)306.04º80.54%72.55%-
XYZ27.8914.4839.35-
YUV95.83169.86191.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 36 (14.45% from 255) = 9.21%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=47.31%
G=9.21%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853617000.810.080.27306.0467.4243.33
HexB924AA05181B132432b
Octal271442520121103346210353
Binary1011100110010010101010010100011000110111001100101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B924AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B924AA; }

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

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

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

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

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

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

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

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