#B2218B

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

Shades of Medium Red Violet #B2218B

Tints of Medium Red Violet #B2218B

Color information

#B2218B (or 0xB2218B) is unknown color: approx Medium Red Violet. HEX triplet: B2, 21 and 8B. RGB value is (178,33,139). Sum of RGB (Red+Green+Blue) = 178+33+139=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2218B is #4DDE74. Grayscale: #585858. Windows color (decimal): -5103221 or 9118130. OLE color: 9118130.

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

Color convert

RGB17833139-
CMYK00.810.220.30
HSL316.14º68.72%41.37%-
HSV(B)316.14º81.46%69.8%-
XYZ23.5612.4225.58-
YUV88.44156.54191.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.86%
GREEN value IS 33 (13.28% from 255) = 9.43%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=50.86%
G=9.43%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783313900.810.220.30316.1468.7241.37
HexB2218B051161E13c4529
Octal262412130121263647410551
Binary10110010100001100010110101000110110111101001111001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2218B; }

 p { color: rgb(178,33,139); }

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

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

 a { background-color: rgb(178,33,139); }

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

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

 span { border-color: rgb(178,33,139); }

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