#B811A6

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

Shades of Medium Violet Red #B811A6

Tints of Medium Violet Red #B811A6

Color information

#B811A6 (or 0xB811A6) is unknown color: approx Medium Violet Red. HEX triplet: B8, 11 and A6. RGB value is (184,17,166). Sum of RGB (Red+Green+Blue) = 184+17+166=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B811A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B811A6 is #47EE59. Grayscale: #535353. Windows color (decimal): -4714074 or 10883512. OLE color: 10883512.

HSL color Cylindrical-coordinate representation of color #B811A6: hue angle of 306.47º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B811A6 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB18417166-
CMYK00.910.100.28
HSL306.47º83.08%39.41%-
HSV(B)306.47º90.76%72.16%-
XYZ26.8513.3437.24-
YUV83.92174.33199.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.14%
GREEN value IS 17 (7.03% from 255) = 4.63%
BLUE value IS 166 (65.23% from 255) = 45.23%
R=50.14%
G=4.63%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841716600.910.100.28306.4783.0839.41
HexB811A605BA1C1325327
Octal270212460133123446212347
Binary101110001000110100110010110111010111001001100101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B811A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B811A6; }

 p { color: rgb(184,17,166); }

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

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

 a { background-color: rgb(184,17,166); }

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

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

 span { border-color: rgb(184,17,166); }

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