#B126AA

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

Shades of Medium Red Violet #B126AA

Tints of Medium Red Violet #B126AA

Color information

#B126AA (or 0xB126AA) is unknown color: approx Medium Red Violet. HEX triplet: B1, 26 and AA. RGB value is (177,38,170). Sum of RGB (Red+Green+Blue) = 177+38+170=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B126AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B126AA is #4ED955. Grayscale: #5E5E5E. Windows color (decimal): -5167446 or 11151025. OLE color: 11151025.

HSL color Cylindrical-coordinate representation of color #B126AA: hue angle of 303.02º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B126AA is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17738170-
CMYK00.790.040.31
HSL303.02º64.65%42.16%-
HSV(B)303.02º78.53%69.41%-
XYZ26.0813.6439.29-
YUV94.61170.55186.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 38 (15.23% from 255) = 9.87%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=45.97%
G=9.87%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773817000.790.040.31303.0264.6542.16
HexB126AA04F41F12f412a
Octal26146252011743745710152
Binary101100011001101010101001001111100111111001011111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B126AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B126AA; }

 p { color: rgb(177,38,170); }

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

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

 a { background-color: rgb(177,38,170); }

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

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

 span { border-color: rgb(177,38,170); }

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