#B71E88

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

Shades of Medium Violet Red #B71E88

Tints of Medium Violet Red #B71E88

Color information

#B71E88 (or 0xB71E88) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1E and 88. RGB value is (183,30,136). Sum of RGB (Red+Green+Blue) = 183+30+136=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71E88 is #48E177. Grayscale: #575757. Windows color (decimal): -4776312 or 8920759. OLE color: 8920759.

HSL color Cylindrical-coordinate representation of color #B71E88: hue angle of 318.43º 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 #B71E88 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB18330136-
CMYK00.840.260.28
HSL318.43º71.83%41.76%-
HSV(B)318.43º83.61%71.76%-
XYZ24.4412.7724.47-
YUV87.83155.19195.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.44%
GREEN value IS 30 (12.11% from 255) = 8.60%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=52.44%
G=8.60%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833013600.840.260.28318.4371.8341.76
HexB71E880541A1C13e482a
Octal267362100124323447611052
Binary1011011111110100010000101010011010111001001111101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E88; }

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

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

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

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

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

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

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

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