#B218A7

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

Shades of Medium Violet Red #B218A7

Tints of Medium Violet Red #B218A7

Color information

#B218A7 (or 0xB218A7) is unknown color: approx Medium Violet Red. HEX triplet: B2, 18 and A7. RGB value is (178,24,167). Sum of RGB (Red+Green+Blue) = 178+24+167=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B218A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B218A7 is #4DE758. Grayscale: #555555. Windows color (decimal): -5105497 or 10950834. OLE color: 10950834.

HSL color Cylindrical-coordinate representation of color #B218A7: hue angle of 304.29º 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 #B218A7 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB17824167-
CMYK00.870.060.30
HSL304.29º76.24%39.61%-
HSV(B)304.29º86.52%69.8%-
XYZ25.6612.9137.7-
YUV86.35173.52193.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 24 (9.77% from 255) = 6.50%
BLUE value IS 167 (65.62% from 255) = 45.26%
R=48.24%
G=6.50%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782416700.870.060.30304.2976.2439.61
HexB218A705761E1304c28
Octal26230247012763646011450
Binary10110010110001010011101010111110111101001100001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B218A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B218A7; }

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

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

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

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

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

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

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

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