#B21A85

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

Shades of Medium Violet Red #B21A85

Tints of Medium Violet Red #B21A85

Color information

#B21A85 (or 0xB21A85) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1A and 85. RGB value is (178,26,133). Sum of RGB (Red+Green+Blue) = 178+26+133=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21A85 is #4DE57A. Grayscale: #535353. Windows color (decimal): -5105019 or 8723122. OLE color: 8723122.

HSL color Cylindrical-coordinate representation of color #B21A85: hue angle of 317.76º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21A85 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB17826133-
CMYK00.850.250.30
HSL317.76º74.51%40%-
HSV(B)317.76º85.39%69.8%-
XYZ22.9611.923.28-
YUV83.65155.86195.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 26 (10.55% from 255) = 7.72%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=52.82%
G=7.72%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782613300.850.250.30317.7674.5140
HexB21A85055191E13e4b28
Octal262322050125313647611350
Binary1011001011010100001010101010111001111101001111101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21A85; }

 p { color: rgb(178,26,133); }

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

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

 a { background-color: rgb(178,26,133); }

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

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

 span { border-color: rgb(178,26,133); }

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