#B921A3

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

Shades of Medium Violet Red #B921A3

Tints of Medium Violet Red #B921A3

Color information

#B921A3 (or 0xB921A3) is unknown color: approx Medium Violet Red. HEX triplet: B9, 21 and A3. RGB value is (185,33,163). Sum of RGB (Red+Green+Blue) = 185+33+163=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B921A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B921A3 is #46DE5C. Grayscale: #5C5C5C. Windows color (decimal): -4644445 or 10691001. OLE color: 10691001.

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

Color convert

RGB18533163-
CMYK00.820.120.27
HSL308.68º69.72%42.75%-
HSV(B)308.68º82.16%72.55%-
XYZ27.1614.0535.93-
YUV93.27167.36193.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 33 (13.28% from 255) = 8.66%
BLUE value IS 163 (64.06% from 255) = 42.78%
R=48.56%
G=8.66%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853316300.820.120.27308.6869.7242.75
HexB921A3052C1B135462b
Octal271412430122143346510653
Binary1011100110000110100011010100101100110111001101011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B921A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B921A3; }

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

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

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

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

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

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

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

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