#B126A6

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

Shades of Medium Red Violet #B126A6

Tints of Medium Red Violet #B126A6

Color information

#B126A6 (or 0xB126A6) is unknown color: approx Medium Red Violet. HEX triplet: B1, 26 and A6. RGB value is (177,38,166). Sum of RGB (Red+Green+Blue) = 177+38+166=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B126A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B126A6 is #4ED959. Grayscale: #5D5D5D. Windows color (decimal): -5167450 or 10888881. OLE color: 10888881.

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

Color convert

RGB17738166-
CMYK00.790.060.31
HSL304.75º64.65%42.16%-
HSV(B)304.75º78.53%69.41%-
XYZ25.7113.4937.32-
YUV94.15168.55187.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 38 (15.23% from 255) = 9.97%
BLUE value IS 166 (65.23% from 255) = 43.57%
R=46.46%
G=9.97%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773816600.790.060.31304.7564.6542.16
HexB126A604F61F131412a
Octal26146246011763746110152
Binary101100011001101010011001001111110111111001100011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B126A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B126A6; }

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

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

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

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

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

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

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

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