#B921AB

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

Shades of Medium Violet Red #B921AB

Tints of Medium Violet Red #B921AB

Color information

#B921AB (or 0xB921AB) is unknown color: approx Medium Violet Red. HEX triplet: B9, 21 and AB. RGB value is (185,33,171). Sum of RGB (Red+Green+Blue) = 185+33+171=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B921AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B921AB is #46DE54. Grayscale: #5D5D5D. Windows color (decimal): -4644437 or 11215289. OLE color: 11215289.

HSL color Cylindrical-coordinate representation of color #B921AB: hue angle of 305.53º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B921AB is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18533171-
CMYK00.820.080.27
HSL305.53º69.72%42.75%-
HSV(B)305.53º82.16%72.55%-
XYZ27.914.3439.83-
YUV94.18171.36192.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 33 (13.28% from 255) = 8.48%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=47.56%
G=8.48%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853317100.820.080.27305.5369.7242.75
HexB921AB05281B132462b
Octal271412530122103346210653
Binary1011100110000110101011010100101000110111001100101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B921AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B921AB; }

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

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

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

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

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

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

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

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