#b71990

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

Shades of Medium Violet Red #B71990

Tints of Medium Violet Red #B71990

Color information

#B71990 (or 0xB71990) is unknown color: approx Medium Violet Red. HEX triplet: B7, 19 and 90. RGB value is (183,25,144). Sum of RGB (Red+Green+Blue) = 183+25+144=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B71990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71990 is #48E66F. Grayscale: #555555. Windows color (decimal): -4777584 or 9443767. OLE color: 9443767.

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

Color convert

RGB18325144-
CMYK00.860.210.28
HSL314.81º75.96%40.78%-
HSV(B)314.81º86.34%71.76%-
XYZ24.9112.7827.54-
YUV85.81160.85197.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 25 (10.16% from 255) = 7.10%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=51.99%
G=7.10%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832514400.860.210.28314.8175.9640.78
HexB71990056151C13b4c29
Octal267312200126253447311451
Binary1011011111001100100000101011010101111001001110111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b71990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b71990; }

 p { color: rgb(183,25,144); }

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

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

 a { background-color: rgb(183,25,144); }

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

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

 span { border-color: rgb(183,25,144); }

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