#B12580

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

Shades of Medium Red Violet #B12580

Tints of Medium Red Violet #B12580

Color information

#B12580 (or 0xB12580) is unknown color: approx Medium Red Violet. HEX triplet: B1, 25 and 80. RGB value is (177,37,128). Sum of RGB (Red+Green+Blue) = 177+37+128=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B12580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12580 is #4EDA7F. Grayscale: #595959. Windows color (decimal): -5167744 or 8398257. OLE color: 8398257.

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

Color convert

RGB17737128-
CMYK00.790.280.31
HSL321º65.42%41.96%-
HSV(B)321º79.1%69.41%-
XYZ22.6912.2321.59-
YUV89.23149.88190.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 37 (14.84% from 255) = 10.82%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=51.75%
G=10.82%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773712800.790.280.3132165.4241.96
HexB1258004F1C1F141412a
Octal261452000117343750110152
Binary10110001100101100000000100111111100111111010000011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12580; }

 p { color: rgb(177,37,128); }

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

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

 a { background-color: rgb(177,37,128); }

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

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

 span { border-color: rgb(177,37,128); }

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