#B915A7

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

Shades of Medium Violet Red #B915A7

Tints of Medium Violet Red #B915A7

Color information

#B915A7 (or 0xB915A7) is unknown color: approx Medium Violet Red. HEX triplet: B9, 15 and A7. RGB value is (185,21,167). Sum of RGB (Red+Green+Blue) = 185+21+167=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 167 (65.62% from 255 or 44.77% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B915A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B915A7 is #46EA58. Grayscale: #565656. Windows color (decimal): -4647513 or 10950073. OLE color: 10950073.

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

Color convert

RGB18521167-
CMYK00.890.100.27
HSL306.59º79.61%40.39%-
HSV(B)306.59º88.65%72.55%-
XYZ27.2513.6437.76-
YUV86.68173.33198.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 21 (8.59% from 255) = 5.63%
BLUE value IS 167 (65.62% from 255) = 44.77%
R=49.60%
G=5.63%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852116700.890.100.27306.5979.6140.39
HexB915A7059A1B1335028
Octal271252470131123346312050
Binary101110011010110100111010110011010110111001100111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B915A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B915A7; }

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

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

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

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

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

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

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

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