#B615A5

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

Shades of Medium Violet Red #B615A5

Tints of Medium Violet Red #B615A5

Color information

#B615A5 (or 0xB615A5) is unknown color: approx Medium Violet Red. HEX triplet: B6, 15 and A5. RGB value is (182,21,165). Sum of RGB (Red+Green+Blue) = 182+21+165=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B615A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B615A5 is #49EA5A. Grayscale: #555555. Windows color (decimal): -4844123 or 10818998. OLE color: 10818998.

HSL color Cylindrical-coordinate representation of color #B615A5: hue angle of 306.34º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B615A5 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18221165-
CMYK00.880.090.29
HSL306.34º79.31%39.8%-
HSV(B)306.34º88.46%71.37%-
XYZ26.3513.236.76-
YUV85.56172.84196.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 21 (8.59% from 255) = 5.71%
BLUE value IS 165 (64.84% from 255) = 44.84%
R=49.46%
G=5.71%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822116500.880.090.29306.3479.3139.8
HexB615A505891D1324f28
Octal266252450130113546211750
Binary101101101010110100101010110001001111011001100101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B615A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B615A5; }

 p { color: rgb(182,21,165); }

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

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

 a { background-color: rgb(182,21,165); }

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

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

 span { border-color: rgb(182,21,165); }

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