#B718A8

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

Shades of Medium Violet Red #B718A8

Tints of Medium Violet Red #B718A8

Color information

#B718A8 (or 0xB718A8) is unknown color: approx Medium Violet Red. HEX triplet: B7, 18 and A8. RGB value is (183,24,168). Sum of RGB (Red+Green+Blue) = 183+24+168=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B718A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B718A8 is #48E757. Grayscale: #575757. Windows color (decimal): -4777816 or 11016375. OLE color: 11016375.

HSL color Cylindrical-coordinate representation of color #B718A8: hue angle of 305.66º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B718A8 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18324168-
CMYK00.870.080.28
HSL305.66º76.81%40.59%-
HSV(B)305.66º86.89%71.76%-
XYZ26.9213.5538.24-
YUV87.96173.18195.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 24 (9.77% from 255) = 6.4%
BLUE value IS 168 (66.02% from 255) = 44.8%
R=48.8%
G=6.4%
B=44.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832416800.870.080.28305.6676.8140.59
HexB718A805781C1324d29
Octal267302500127103446211551
Binary101101111100010101000010101111000111001001100101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B718A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B718A8; }

 p { color: rgb(183,24,168); }

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

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

 a { background-color: rgb(183,24,168); }

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

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

 span { border-color: rgb(183,24,168); }

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