#B617A7

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

Shades of Medium Violet Red #B617A7

Tints of Medium Violet Red #B617A7

Color information

#B617A7 (or 0xB617A7) is unknown color: approx Medium Violet Red. HEX triplet: B6, 17 and A7. RGB value is (182,23,167). Sum of RGB (Red+Green+Blue) = 182+23+167=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B617A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B617A7 is #49E858. Grayscale: #565656. Windows color (decimal): -4843609 or 10950582. OLE color: 10950582.

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

Color convert

RGB18223167-
CMYK00.870.080.29
HSL305.66º77.56%40.2%-
HSV(B)305.66º87.36%71.37%-
XYZ26.5713.3537.74-
YUV86.96173.18195.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.92%
GREEN value IS 23 (9.38% from 255) = 6.18%
BLUE value IS 167 (65.62% from 255) = 44.89%
R=48.92%
G=6.18%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822316700.870.080.29305.6677.5640.2
HexB617A705781D1324e28
Octal266272470127103546211650
Binary101101101011110100111010101111000111011001100101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B617A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B617A7; }

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

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

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

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

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

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

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

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