#B9218E

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

Shades of Medium Violet Red #B9218E

Tints of Medium Violet Red #B9218E

Color information

#B9218E (or 0xB9218E) is unknown color: approx Medium Violet Red. HEX triplet: B9, 21 and 8E. RGB value is (185,33,142). Sum of RGB (Red+Green+Blue) = 185+33+142=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9218E is #46DE71. Grayscale: #5A5A5A. Windows color (decimal): -4644466 or 9314745. OLE color: 9314745.

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

Color convert

RGB18533142-
CMYK00.820.230.27
HSL316.97º69.72%42.75%-
HSV(B)316.97º82.16%72.55%-
XYZ25.4313.3526.83-
YUV90.87156.86195.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 33 (13.28% from 255) = 9.17%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=51.39%
G=9.17%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853314200.820.230.27316.9769.7242.75
HexB9218E052171B13d462b
Octal271412160122273347510653
Binary10111001100001100011100101001010111110111001111011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9218E; }

 p { color: rgb(185,33,142); }

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

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

 a { background-color: rgb(185,33,142); }

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

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

 span { border-color: rgb(185,33,142); }

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