#B8218B

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

Shades of Medium Red Violet #B8218B

Tints of Medium Red Violet #B8218B

Color information

#B8218B (or 0xB8218B) is unknown color: approx Medium Red Violet. HEX triplet: B8, 21 and 8B. RGB value is (184,33,139). Sum of RGB (Red+Green+Blue) = 184+33+139=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B8218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8218B is #47DE74. Grayscale: #595959. Windows color (decimal): -4710005 or 9118136. OLE color: 9118136.

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

Color convert

RGB18433139-
CMYK00.820.240.28
HSL317.88º69.59%42.55%-
HSV(B)317.88º82.07%72.16%-
XYZ24.9713.1425.65-
YUV90.23155.53194.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.69%
GREEN value IS 33 (13.28% from 255) = 9.27%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=51.69%
G=9.27%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843313900.820.240.28317.8869.5942.55
HexB8218B052181C13e462b
Octal270412130122303447610653
Binary10111000100001100010110101001011000111001001111101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8218B; }

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

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

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

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

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

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

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

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