#b8218f

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

Shades of Medium Violet Red #B8218F

Tints of Medium Violet Red #B8218F

Color information

#B8218F (or 0xB8218F) is unknown color: approx Medium Violet Red. HEX triplet: B8, 21 and 8F. RGB value is (184,33,143). Sum of RGB (Red+Green+Blue) = 184+33+143=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8218F is #47DE70. Grayscale: #5A5A5A. Windows color (decimal): -4710001 or 9380280. OLE color: 9380280.

HSL color Cylindrical-coordinate representation of color #B8218F: hue angle of 316.29º 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 #B8218F is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB18433143-
CMYK00.820.220.28
HSL316.29º69.59%42.55%-
HSV(B)316.29º82.07%72.16%-
XYZ25.2713.2627.21-
YUV90.69157.53194.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.11%
GREEN value IS 33 (13.28% from 255) = 9.17%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=51.11%
G=9.17%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843314300.820.220.28316.2969.5942.55
HexB8218F052161C13c462b
Octal270412170122263447410653
Binary10111000100001100011110101001010110111001001111001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8218f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8218f; }

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

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

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

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

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

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

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

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