#B924AB

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

Shades of Medium Red Violet #B924AB

Tints of Medium Red Violet #B924AB

Color information

#B924AB (or 0xB924AB) is unknown color: approx Medium Red Violet. HEX triplet: B9, 24 and AB. RGB value is (185,36,171). Sum of RGB (Red+Green+Blue) = 185+36+171=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B924AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B924AB is #46DB54. Grayscale: #5F5F5F. Windows color (decimal): -4643669 or 11216057. OLE color: 11216057.

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

Color convert

RGB18536171-
CMYK00.810.080.27
HSL305.64º67.42%43.33%-
HSV(B)305.64º80.54%72.55%-
XYZ27.9914.5239.85-
YUV95.94170.36191.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 36 (14.45% from 255) = 9.18%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=47.19%
G=9.18%
B=43.62%

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
Decimal1853617100.810.080.27305.6467.4243.33
HexB924AB05181B132432b
Octal271442530121103346210353
Binary1011100110010010101011010100011000110111001100101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B924AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B924AB; }

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

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

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

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

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

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

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

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