#B124A1

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

Shades of Medium Red Violet #B124A1

Tints of Medium Red Violet #B124A1

Color information

#B124A1 (or 0xB124A1) is unknown color: approx Medium Red Violet. HEX triplet: B1, 24 and A1. RGB value is (177,36,161). Sum of RGB (Red+Green+Blue) = 177+36+161=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B124A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B124A1 is #4EDB5E. Grayscale: #5C5C5C. Windows color (decimal): -5167967 or 10560689. OLE color: 10560689.

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

Color convert

RGB17736161-
CMYK00.800.090.31
HSL306.81º66.2%41.76%-
HSV(B)306.81º79.66%69.41%-
XYZ25.213.1834.93-
YUV92.41166.71188.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 36 (14.45% from 255) = 9.63%
BLUE value IS 161 (63.28% from 255) = 43.05%
R=47.33%
G=9.63%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773616100.800.090.31306.8166.241.76
HexB124A105091F133422a
Octal261442410120113746310252
Binary1011000110010010100001010100001001111111001100111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B124A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B124A1; }

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

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

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

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

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

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

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

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