#B615A6

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

Shades of Medium Violet Red #B615A6

Tints of Medium Violet Red #B615A6

Color information

#B615A6 (or 0xB615A6) is unknown color: approx Medium Violet Red. HEX triplet: B6, 15 and A6. RGB value is (182,21,166). Sum of RGB (Red+Green+Blue) = 182+21+166=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B615A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B615A6 is #49EA59. Grayscale: #555555. Windows color (decimal): -4844122 or 10884534. OLE color: 10884534.

HSL color Cylindrical-coordinate representation of color #B615A6: hue angle of 305.96º 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 #B615A6 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18221166-
CMYK00.880.090.29
HSL305.96º79.31%39.8%-
HSV(B)305.96º88.46%71.37%-
XYZ26.4413.2337.24-
YUV85.67173.34196.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 21 (8.59% from 255) = 5.69%
BLUE value IS 166 (65.23% from 255) = 44.99%
R=49.32%
G=5.69%
B=44.99%

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
Decimal1822116600.880.090.29305.9679.3139.8
HexB615A605891D1324f28
Octal266252460130113546211750
Binary101101101010110100110010110001001111011001100101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B615A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B615A6; }

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

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

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

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

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

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

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

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