#B920A1

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

Shades of Medium Violet Red #B920A1

Tints of Medium Violet Red #B920A1

Color information

#B920A1 (or 0xB920A1) is unknown color: approx Medium Violet Red. HEX triplet: B9, 20 and A1. RGB value is (185,32,161). Sum of RGB (Red+Green+Blue) = 185+32+161=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B920A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B920A1 is #46DF5E. Grayscale: #5C5C5C. Windows color (decimal): -4644703 or 10559673. OLE color: 10559673.

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

Color convert

RGB18532161-
CMYK00.830.130.27
HSL309.41º70.51%42.55%-
HSV(B)309.41º82.7%72.55%-
XYZ26.9613.9234.98-
YUV92.45166.69194.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 32 (12.89% from 255) = 8.47%
BLUE value IS 161 (63.28% from 255) = 42.59%
R=48.94%
G=8.47%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853216100.830.130.27309.4170.5142.55
HexB920A1053D1B135472b
Octal271402410123153346510753
Binary1011100110000010100001010100111101110111001101011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B920A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B920A1; }

 p { color: rgb(185,32,161); }

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

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

 a { background-color: rgb(185,32,161); }

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

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

 span { border-color: rgb(185,32,161); }

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