#B124A0

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

Shades of Medium Red Violet #B124A0

Tints of Medium Red Violet #B124A0

Color information

#B124A0 (or 0xB124A0) is unknown color: approx Medium Red Violet. HEX triplet: B1, 24 and A0. RGB value is (177,36,160). Sum of RGB (Red+Green+Blue) = 177+36+160=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B124A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B124A0 is #4EDB5F. Grayscale: #5B5B5B. Windows color (decimal): -5167968 or 10495153. OLE color: 10495153.

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

Color convert

RGB17736160-
CMYK00.800.100.31
HSL307.23º66.2%41.76%-
HSV(B)307.23º79.66%69.41%-
XYZ25.1113.1534.47-
YUV92.29166.21188.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 36 (14.45% from 255) = 9.65%
BLUE value IS 160 (62.89% from 255) = 42.90%
R=47.45%
G=9.65%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773616000.800.100.31307.2366.241.76
HexB124A0050A1F133422a
Octal261442400120123746310252
Binary1011000110010010100000010100001010111111001100111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B124A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B124A0; }

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

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

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

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

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

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

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

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