#B124A7

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

Shades of Medium Red Violet #B124A7

Tints of Medium Red Violet #B124A7

Color information

#B124A7 (or 0xB124A7) is unknown color: approx Medium Red Violet. HEX triplet: B1, 24 and A7. RGB value is (177,36,167). Sum of RGB (Red+Green+Blue) = 177+36+167=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B124A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B124A7 is #4EDB58. Grayscale: #5C5C5C. Windows color (decimal): -5167961 or 10953905. OLE color: 10953905.

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

Color convert

RGB17736167-
CMYK00.800.060.31
HSL304.26º66.2%41.76%-
HSV(B)304.26º79.66%69.41%-
XYZ25.7413.437.79-
YUV93.09169.71187.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 36 (14.45% from 255) = 9.47%
BLUE value IS 167 (65.62% from 255) = 43.95%
R=46.58%
G=9.47%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773616700.800.060.31304.2666.241.76
HexB124A705061F130422a
Octal26144247012063746010252
Binary101100011001001010011101010000110111111001100001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B124A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B124A7; }

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

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

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

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

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

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

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

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