#B126AB

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

Shades of Medium Red Violet #B126AB

Tints of Medium Red Violet #B126AB

Color information

#B126AB (or 0xB126AB) is unknown color: approx Medium Red Violet. HEX triplet: B1, 26 and AB. RGB value is (177,38,171). Sum of RGB (Red+Green+Blue) = 177+38+171=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B126AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B126AB is #4ED954. Grayscale: #5E5E5E. Windows color (decimal): -5167445 or 11216561. OLE color: 11216561.

HSL color Cylindrical-coordinate representation of color #B126AB: hue angle of 302.59º 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 #B126AB is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17738171-
CMYK00.790.030.31
HSL302.59º64.65%42.16%-
HSV(B)302.59º78.53%69.41%-
XYZ26.1813.6739.79-
YUV94.72171.05186.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 38 (15.23% from 255) = 9.84%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=45.85%
G=9.84%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773817100.790.030.31302.5964.6542.16
HexB126AB04F31F12f412a
Octal26146253011733745710152
Binary10110001100110101010110100111111111111001011111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B126AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B126AB; }

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

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

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

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

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

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

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

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