#B71B9E

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

Shades of Medium Violet Red #B71B9E

Tints of Medium Violet Red #B71B9E

Color information

#B71B9E (or 0xB71B9E) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1B and 9E. RGB value is (183,27,158). Sum of RGB (Red+Green+Blue) = 183+27+158=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71B9E is #48E461. Grayscale: #585858. Windows color (decimal): -4777058 or 10361783. OLE color: 10361783.

HSL color Cylindrical-coordinate representation of color #B71B9E: hue angle of 309.62º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71B9E is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB18327158-
CMYK00.850.140.28
HSL309.62º74.29%41.18%-
HSV(B)309.62º85.25%71.76%-
XYZ26.0913.3233.54-
YUV88.58167.18195.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 27 (10.94% from 255) = 7.34%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=49.73%
G=7.34%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832715800.850.140.28309.6274.2941.18
HexB71B9E055E1C1364a29
Octal267332360125163446611251
Binary101101111101110011110010101011110111001001101101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71B9E; }

 p { color: rgb(183,27,158); }

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

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

 a { background-color: rgb(183,27,158); }

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

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

 span { border-color: rgb(183,27,158); }

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