#B12982

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

Shades of Medium Red Violet #B12982

Tints of Medium Red Violet #B12982

Color information

#B12982 (or 0xB12982) is unknown color: approx Medium Red Violet. HEX triplet: B1, 29 and 82. RGB value is (177,41,130). Sum of RGB (Red+Green+Blue) = 177+41+130=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B12982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12982 is #4ED67D. Grayscale: #5B5B5B. Windows color (decimal): -5166718 or 8530353. OLE color: 8530353.

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

Color convert

RGB17741130-
CMYK00.770.270.31
HSL320.74º62.39%42.75%-
HSV(B)320.74º76.84%69.41%-
XYZ22.9512.5422.33-
YUV91.81149.56188.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 41 (16.41% from 255) = 11.78%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=50.86%
G=11.78%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774113000.770.270.31320.7462.3942.75
HexB1298204D1B1F1413e2b
Octal26151202011533375017653
Binary1011000110100110000010010011011101111111101000001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12982; }

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

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

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

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

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

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

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

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