#B218A0

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

Shades of Medium Violet Red #B218A0

Tints of Medium Violet Red #B218A0

Color information

#B218A0 (or 0xB218A0) is unknown color: approx Medium Violet Red. HEX triplet: B2, 18 and A0. RGB value is (178,24,160). Sum of RGB (Red+Green+Blue) = 178+24+160=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B218A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B218A0 is #4DE75F. Grayscale: #555555. Windows color (decimal): -5105504 or 10492082. OLE color: 10492082.

HSL color Cylindrical-coordinate representation of color #B218A0: hue angle of 307.01º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B218A0 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB17824160-
CMYK00.870.100.30
HSL307.01º76.24%39.61%-
HSV(B)307.01º86.52%69.8%-
XYZ25.0312.6634.38-
YUV85.55170.02193.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.17%
GREEN value IS 24 (9.77% from 255) = 6.63%
BLUE value IS 160 (62.89% from 255) = 44.20%
R=49.17%
G=6.63%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782416000.870.100.30307.0176.2439.61
HexB218A0057A1E1334c28
Octal262302400127123646311450
Binary101100101100010100000010101111010111101001100111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B218A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B218A0; }

 p { color: rgb(178,24,160); }

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

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

 a { background-color: rgb(178,24,160); }

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

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

 span { border-color: rgb(178,24,160); }

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