#B917A7

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

Shades of Medium Violet Red #B917A7

Tints of Medium Violet Red #B917A7

Color information

#B917A7 (or 0xB917A7) is unknown color: approx Medium Violet Red. HEX triplet: B9, 17 and A7. RGB value is (185,23,167). Sum of RGB (Red+Green+Blue) = 185+23+167=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B917A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B917A7 is #46E858. Grayscale: #575757. Windows color (decimal): -4647001 or 10950585. OLE color: 10950585.

HSL color Cylindrical-coordinate representation of color #B917A7: hue angle of 306.67º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B917A7 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18523167-
CMYK00.880.100.27
HSL306.67º77.88%40.78%-
HSV(B)306.67º87.57%72.55%-
XYZ27.2913.7237.77-
YUV87.85172.67197.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 23 (9.38% from 255) = 6.13%
BLUE value IS 167 (65.62% from 255) = 44.53%
R=49.33%
G=6.13%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852316700.880.100.27306.6777.8840.78
HexB917A7058A1B1334e29
Octal271272470130123346311651
Binary101110011011110100111010110001010110111001100111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B917A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B917A7; }

 p { color: rgb(185,23,167); }

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

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

 a { background-color: rgb(185,23,167); }

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

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

 span { border-color: rgb(185,23,167); }

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