#B61AA8

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

Shades of Medium Violet Red #B61AA8

Tints of Medium Violet Red #B61AA8

Color information

#B61AA8 (or 0xB61AA8) is unknown color: approx Medium Violet Red. HEX triplet: B6, 1A and A8. RGB value is (182,26,168). Sum of RGB (Red+Green+Blue) = 182+26+168=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B61AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61AA8 is #49E557. Grayscale: #585858. Windows color (decimal): -4842840 or 11016886. OLE color: 11016886.

HSL color Cylindrical-coordinate representation of color #B61AA8: hue angle of 305.38º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61AA8 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18226168-
CMYK00.860.080.29
HSL305.38º75%40.78%-
HSV(B)305.38º85.71%71.37%-
XYZ26.7313.5138.24-
YUV88.83172.68194.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 26 (10.55% from 255) = 6.91%
BLUE value IS 168 (66.02% from 255) = 44.68%
R=48.40%
G=6.91%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822616800.860.080.29305.387540.78
HexB61AA805681D1314b29
Octal266322500126103546111351
Binary101101101101010101000010101101000111011001100011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61AA8; }

 p { color: rgb(182,26,168); }

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

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

 a { background-color: rgb(182,26,168); }

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

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

 span { border-color: rgb(182,26,168); }

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