#B71E9C

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

Shades of Medium Violet Red #B71E9C

Tints of Medium Violet Red #B71E9C

Color information

#B71E9C (or 0xB71E9C) is unknown color: approx Medium Violet Red. HEX triplet: B7, 1E and 9C. RGB value is (183,30,156). Sum of RGB (Red+Green+Blue) = 183+30+156=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71E9C is #48E163. Grayscale: #595959. Windows color (decimal): -4776292 or 10231479. OLE color: 10231479.

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

Color convert

RGB18330156-
CMYK00.840.150.28
HSL310.59º71.83%41.76%-
HSV(B)310.59º83.61%71.76%-
XYZ25.9913.432.67-
YUV90.11165.19194.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 30 (12.11% from 255) = 8.13%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=49.59%
G=8.13%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833015600.840.150.28310.5971.8341.76
HexB71E9C054F1C137482a
Octal267362340124173446711052
Binary101101111111010011100010101001111111001001101111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E9C; }

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

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

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

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

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

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

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

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