#B5219B

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

Shades of Medium Red Violet #B5219B

Tints of Medium Red Violet #B5219B

Color information

#B5219B (or 0xB5219B) is unknown color: approx Medium Red Violet. HEX triplet: B5, 21 and 9B. RGB value is (181,33,155). Sum of RGB (Red+Green+Blue) = 181+33+155=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5219B is #4ADE64. Grayscale: #5A5A5A. Windows color (decimal): -4906597 or 10166709. OLE color: 10166709.

HSL color Cylindrical-coordinate representation of color #B5219B: hue angle of 310.54º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5219B is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18133155-
CMYK00.820.140.29
HSL310.54º69.16%41.96%-
HSV(B)310.54º81.77%70.98%-
XYZ25.5213.2832.23-
YUV91.16164.03192.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 33 (13.28% from 255) = 8.94%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=49.05%
G=8.94%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813315500.820.140.29310.5469.1641.96
HexB5219B052E1D137452a
Octal265412330122163546710552
Binary1011010110000110011011010100101110111011001101111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5219B; }

 p { color: rgb(181,33,155); }

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

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

 a { background-color: rgb(181,33,155); }

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

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

 span { border-color: rgb(181,33,155); }

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