#B71282

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

Shades of Medium Violet Red #B71282

Tints of Medium Violet Red #B71282

Color information

#B71282 (or 0xB71282) is unknown color: approx Medium Violet Red. HEX triplet: B7, 12 and 82. RGB value is (183,18,130). Sum of RGB (Red+Green+Blue) = 183+18+130=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B71282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71282 is #48ED7D. Grayscale: #4F4F4F. Windows color (decimal): -4779390 or 8524471. OLE color: 8524471.

HSL color Cylindrical-coordinate representation of color #B71282: hue angle of 319.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71282 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB18318130-
CMYK00.900.290.28
HSL319.27º82.09%39.41%-
HSV(B)319.27º90.16%71.76%-
XYZ23.7712.1122.2-
YUV80.1156.16201.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.29%
GREEN value IS 18 (7.42% from 255) = 5.44%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=55.29%
G=5.44%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831813000.900.290.28319.2782.0939.41
HexB7128205A1D1C13f5227
Octal267222020132353447712247
Binary1011011110010100000100101101011101111001001111111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71282; }

 p { color: rgb(183,18,130); }

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

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

 a { background-color: rgb(183,18,130); }

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

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

 span { border-color: rgb(183,18,130); }

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