#B610A6

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

Shades of Medium Violet Red #B610A6

Tints of Medium Violet Red #B610A6

Color information

#B610A6 (or 0xB610A6) is unknown color: approx Medium Violet Red. HEX triplet: B6, 10 and A6. RGB value is (182,16,166). Sum of RGB (Red+Green+Blue) = 182+16+166=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B610A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B610A6 is #49EF59. Grayscale: #525252. Windows color (decimal): -4845402 or 10883254. OLE color: 10883254.

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

Color convert

RGB18216166-
CMYK00.910.090.29
HSL305.78º83.84%38.82%-
HSV(B)305.78º91.21%71.37%-
XYZ26.3613.0737.21-
YUV82.73175198.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 4.40%
BLUE value IS 166 (65.23% from 255) = 45.60%
R=50%
G=4.40%
B=45.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821616600.910.090.29305.7883.8438.82
HexB610A605B91D1325427
Octal266202460133113546212447
Binary101101101000010100110010110111001111011001100101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B610A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B610A6; }

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

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

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

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

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

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

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

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