#B615A4

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

Shades of Medium Violet Red #B615A4

Tints of Medium Violet Red #B615A4

Color information

#B615A4 (or 0xB615A4) is unknown color: approx Medium Violet Red. HEX triplet: B6, 15 and A4. RGB value is (182,21,164). Sum of RGB (Red+Green+Blue) = 182+21+164=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B615A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B615A4 is #49EA5B. Grayscale: #555555. Windows color (decimal): -4844124 or 10753462. OLE color: 10753462.

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

Color convert

RGB18221164-
CMYK00.880.100.29
HSL306.71º79.31%39.8%-
HSV(B)306.71º88.46%71.37%-
XYZ26.2613.1636.28-
YUV85.44172.34196.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.59%
GREEN value IS 21 (8.59% from 255) = 5.72%
BLUE value IS 164 (64.45% from 255) = 44.69%
R=49.59%
G=5.72%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822116400.880.100.29306.7179.3139.8
HexB615A4058A1D1334f28
Octal266252440130123546311750
Binary101101101010110100100010110001010111011001100111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B615A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B615A4; }

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

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

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

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

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

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

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

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