#B21395

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

Shades of Medium Violet Red #B21395

Tints of Medium Violet Red #B21395

Color information

#B21395 (or 0xB21395) is unknown color: approx Medium Violet Red. HEX triplet: B2, 13 and 95. RGB value is (178,19,149). Sum of RGB (Red+Green+Blue) = 178+19+149=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B21395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21395 is #4DEC6A. Grayscale: #515151. Windows color (decimal): -5106795 or 9769906. OLE color: 9769906.

HSL color Cylindrical-coordinate representation of color #B21395: hue angle of 310.94º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21395 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB17819149-
CMYK00.890.160.30
HSL310.94º80.71%38.63%-
HSV(B)310.94º89.33%69.8%-
XYZ24.0212.129.5-
YUV81.36166.18196.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 19 (7.81% from 255) = 5.49%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=51.45%
G=5.49%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781914900.890.160.30310.9480.7138.63
HexB21395059101E1375127
Octal262232250131203646712147
Binary1011001010011100101010101100110000111101001101111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21395; }

 p { color: rgb(178,19,149); }

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

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

 a { background-color: rgb(178,19,149); }

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

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

 span { border-color: rgb(178,19,149); }

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