#B71674

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

Shades of Medium Violet Red #B71674

Tints of Medium Violet Red #B71674

Color information

#B71674 (or 0xB71674) is unknown color: approx Medium Violet Red. HEX triplet: B7, 16 and 74. RGB value is (183,22,116). Sum of RGB (Red+Green+Blue) = 183+22+116=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B71674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71674 is #48E98B. Grayscale: #505050. Windows color (decimal): -4778380 or 7607991. OLE color: 7607991.

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

Color convert

RGB18322116-
CMYK00.880.370.28
HSL324.97º78.54%40.2%-
HSV(B)324.97º87.98%71.76%-
XYZ22.9711.917.61-
YUV80.86147.84200.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.01%
GREEN value IS 22 (8.98% from 255) = 6.85%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=57.01%
G=6.85%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832211600.880.370.28324.9778.5440.2
HexB71674058251C1454f28
Octal267261640130453450511750
Binary1011011110110111010001011000100101111001010001011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71674; }

 p { color: rgb(183,22,116); }

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

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

 a { background-color: rgb(183,22,116); }

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

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

 span { border-color: rgb(183,22,116); }

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