#B71E93

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

Shades of Medium Violet Red #B71E93

Tints of Medium Violet Red #B71E93

Color information

#B71E93 (or 0xB71E93) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1E and 93. RGB value is (183,30,147). Sum of RGB (Red+Green+Blue) = 183+30+147=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71E93 is #48E16C. Grayscale: #585858. Windows color (decimal): -4776301 or 9641655. OLE color: 9641655.

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

Color convert

RGB18330147-
CMYK00.840.200.28
HSL314.12º71.83%41.76%-
HSV(B)314.12º83.61%71.76%-
XYZ25.2613.128.8-
YUV89.08160.69194.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.83%
GREEN value IS 30 (12.11% from 255) = 8.33%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=50.83%
G=8.33%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833014700.840.200.28314.1271.8341.76
HexB71E93054141C13a482a
Octal267362230124243447211052
Binary1011011111110100100110101010010100111001001110101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E93; }

 p { color: rgb(183,30,147); }

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

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

 a { background-color: rgb(183,30,147); }

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

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

 span { border-color: rgb(183,30,147); }

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