#B811A7

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

Shades of Medium Violet Red #B811A7

Tints of Medium Violet Red #B811A7

Color information

#B811A7 (or 0xB811A7) is unknown color: approx Medium Violet Red. HEX triplet: B8, 11 and A7. RGB value is (184,17,167). Sum of RGB (Red+Green+Blue) = 184+17+167=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B811A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B811A7 is #47EE58. Grayscale: #535353. Windows color (decimal): -4714073 or 10949048. OLE color: 10949048.

HSL color Cylindrical-coordinate representation of color #B811A7: hue angle of 306.11º 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 #B811A7 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB18417167-
CMYK00.910.090.28
HSL306.11º83.08%39.41%-
HSV(B)306.11º90.76%72.16%-
XYZ26.9413.3837.72-
YUV84.03174.83199.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 4.62%
BLUE value IS 167 (65.62% from 255) = 45.38%
R=50%
G=4.62%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841716700.910.090.28306.1183.0839.41
HexB811A705B91C1325327
Octal270212470133113446212347
Binary101110001000110100111010110111001111001001100101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B811A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B811A7; }

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

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

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

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

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

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

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

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