#B71594

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

Shades of Medium Violet Red #B71594

Tints of Medium Violet Red #B71594

Color information

#B71594 (or 0xB71594) is unknown color: approx Medium Violet Red. HEX triplet: B7, 15 and 94. RGB value is (183,21,148). Sum of RGB (Red+Green+Blue) = 183+21+148=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B71594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71594 is #48EA6B. Grayscale: #535353. Windows color (decimal): -4778604 or 9704887. OLE color: 9704887.

HSL color Cylindrical-coordinate representation of color #B71594: hue angle of 312.96º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71594 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB18321148-
CMYK00.890.190.28
HSL312.96º79.41%40%-
HSV(B)312.96º88.52%71.76%-
XYZ25.1412.7429.15-
YUV83.92164.17198.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 21 (8.59% from 255) = 5.97%
BLUE value IS 148 (58.20% from 255) = 42.05%
R=51.99%
G=5.97%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832114800.890.190.28312.9679.4140
HexB71594059131C1394f28
Octal267252240131233447111750
Binary1011011110101100101000101100110011111001001110011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71594; }

 p { color: rgb(183,21,148); }

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

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

 a { background-color: rgb(183,21,148); }

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

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

 span { border-color: rgb(183,21,148); }

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