#B126A1

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

Shades of Medium Red Violet #B126A1

Tints of Medium Red Violet #B126A1

Color information

#B126A1 (or 0xB126A1) is unknown color: approx Medium Red Violet. HEX triplet: B1, 26 and A1. RGB value is (177,38,161). Sum of RGB (Red+Green+Blue) = 177+38+161=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B126A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B126A1 is #4ED95E. Grayscale: #5D5D5D. Windows color (decimal): -5167455 or 10561201. OLE color: 10561201.

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

Color convert

RGB17738161-
CMYK00.790.090.31
HSL306.91º64.65%42.16%-
HSV(B)306.91º78.53%69.41%-
XYZ25.2613.3134.96-
YUV93.58166.05187.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 38 (15.23% from 255) = 10.11%
BLUE value IS 161 (63.28% from 255) = 42.82%
R=47.07%
G=10.11%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773816100.790.090.31306.9164.6542.16
HexB126A104F91F133412a
Octal261462410117113746310152
Binary1011000110011010100001010011111001111111001100111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B126A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B126A1; }

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

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

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

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

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

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

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

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