#B4219A

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

Shades of Medium Red Violet #B4219A

Tints of Medium Red Violet #B4219A

Color information

#B4219A (or 0xB4219A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 21 and 9A. RGB value is (180,33,154). Sum of RGB (Red+Green+Blue) = 180+33+154=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4219A is #4BDE65. Grayscale: #5A5A5A. Windows color (decimal): -4972134 or 10101172. OLE color: 10101172.

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

Color convert

RGB18033154-
CMYK00.820.140.29
HSL310.61º69.01%41.76%-
HSV(B)310.61º81.67%70.59%-
XYZ25.213.1231.78-
YUV90.75163.7191.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 33 (13.28% from 255) = 8.99%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=49.05%
G=8.99%
B=41.96%

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
Decimal1803315400.820.140.29310.6169.0141.76
HexB4219A052E1D137452a
Octal264412320122163546710552
Binary1011010010000110011010010100101110111011001101111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4219A; }

 p { color: rgb(180,33,154); }

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

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

 a { background-color: rgb(180,33,154); }

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

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

 span { border-color: rgb(180,33,154); }

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