#B12380

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

Shades of Medium Red Violet #B12380

Tints of Medium Red Violet #B12380

Color information

#B12380 (or 0xB12380) is unknown color: approx Medium Red Violet. HEX triplet: B1, 23 and 80. RGB value is (177,35,128). Sum of RGB (Red+Green+Blue) = 177+35+128=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B12380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12380 is #4EDC7F. Grayscale: #575757. Windows color (decimal): -5168256 or 8397745. OLE color: 8397745.

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

Color convert

RGB17735128-
CMYK00.800.280.31
HSL320.7º66.98%41.57%-
HSV(B)320.7º80.23%69.41%-
XYZ22.6312.1121.57-
YUV88.06150.54191.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 35 (14.06% from 255) = 10.29%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=52.06%
G=10.29%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773512800.800.280.31320.766.9841.57
HexB123800501C1F141432a
Octal261432000120343750110352
Binary10110001100011100000000101000011100111111010000011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12380; }

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

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

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

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

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

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

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

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