#B127A7

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

Shades of Medium Red Violet #B127A7

Tints of Medium Red Violet #B127A7

Color information

#B127A7 (or 0xB127A7) is unknown color: approx Medium Red Violet. HEX triplet: B1, 27 and A7. RGB value is (177,39,167). Sum of RGB (Red+Green+Blue) = 177+39+167=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 167 (65.62% from 255 or 43.60% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B127A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B127A7 is #4ED858. Grayscale: #5E5E5E. Windows color (decimal): -5167193 or 10954673. OLE color: 10954673.

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

Color convert

RGB17739167-
CMYK00.780.060.31
HSL304.35º63.89%42.35%-
HSV(B)304.35º77.97%69.41%-
XYZ25.8313.5937.82-
YUV94.85168.72186.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 39 (15.62% from 255) = 10.18%
BLUE value IS 167 (65.62% from 255) = 43.60%
R=46.21%
G=10.18%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773916700.780.060.31304.3563.8942.35
HexB127A704E61F130402a
Octal26147247011663746010052
Binary101100011001111010011101001110110111111001100001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B127A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B127A7; }

 p { color: rgb(177,39,167); }

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

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

 a { background-color: rgb(177,39,167); }

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

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

 span { border-color: rgb(177,39,167); }

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