#B71084

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

Shades of Medium Violet Red #B71084

Tints of Medium Violet Red #B71084

Color information

#B71084 (or 0xB71084) is unknown color: approx Medium Violet Red. HEX triplet: B7, 10 and 84. RGB value is (183,16,132). Sum of RGB (Red+Green+Blue) = 183+16+132=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B71084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71084 is #48EF7B. Grayscale: #4E4E4E. Windows color (decimal): -4779900 or 8655031. OLE color: 8655031.

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

Color convert

RGB18316132-
CMYK00.910.280.28
HSL318.32º83.92%39.02%-
HSV(B)318.32º91.26%71.76%-
XYZ23.8812.122.91-
YUV79.16157.83202.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.29%
GREEN value IS 16 (6.64% from 255) = 4.83%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=55.29%
G=4.83%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831613200.910.280.28318.3283.9239.02
HexB7108405B1C1C13e5427
Octal267202040133343447612447
Binary1011011110000100001000101101111100111001001111101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71084; }

 p { color: rgb(183,16,132); }

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

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

 a { background-color: rgb(183,16,132); }

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

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

 span { border-color: rgb(183,16,132); }

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