#B12782

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

Shades of Medium Red Violet #B12782

Tints of Medium Red Violet #B12782

Color information

#B12782 (or 0xB12782) is unknown color: approx Medium Red Violet. HEX triplet: B1, 27 and 82. RGB value is (177,39,130). Sum of RGB (Red+Green+Blue) = 177+39+130=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B12782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12782 is #4ED87D. Grayscale: #5A5A5A. Windows color (decimal): -5167230 or 8529841. OLE color: 8529841.

HSL color Cylindrical-coordinate representation of color #B12782: hue angle of 320.43º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12782 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17739130-
CMYK00.780.270.31
HSL320.43º63.89%42.35%-
HSV(B)320.43º77.97%69.41%-
XYZ22.8912.4122.31-
YUV90.64150.22189.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 39 (15.62% from 255) = 11.27%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=51.16%
G=11.27%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773913000.780.270.31320.4363.8942.35
HexB1278204E1B1F140402a
Octal261472020116333750010052
Binary10110001100111100000100100111011011111111010000001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12782; }

 p { color: rgb(177,39,130); }

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

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

 a { background-color: rgb(177,39,130); }

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

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

 span { border-color: rgb(177,39,130); }

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