#B617A6

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

Shades of Medium Violet Red #B617A6

Tints of Medium Violet Red #B617A6

Color information

#B617A6 (or 0xB617A6) is unknown color: approx Medium Violet Red. HEX triplet: B6, 17 and A6. RGB value is (182,23,166). Sum of RGB (Red+Green+Blue) = 182+23+166=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B617A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B617A6 is #49E859. Grayscale: #565656. Windows color (decimal): -4843610 or 10885046. OLE color: 10885046.

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

Color convert

RGB18223166-
CMYK00.870.090.29
HSL306.04º77.56%40.2%-
HSV(B)306.04º87.36%71.37%-
XYZ26.4813.3137.25-
YUV86.84172.68195.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 23 (9.38% from 255) = 6.20%
BLUE value IS 166 (65.23% from 255) = 44.74%
R=49.06%
G=6.20%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822316600.870.090.29306.0477.5640.2
HexB617A605791D1324e28
Octal266272460127113546211650
Binary101101101011110100110010101111001111011001100101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B617A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B617A6; }

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

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

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

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

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

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

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

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