#B91F9C

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

Shades of Medium Violet Red #B91F9C

Tints of Medium Violet Red #B91F9C

Color information

#B91F9C (or 0xB91F9C) is unknown color: approx Medium Violet Red. HEX triplet: B9, 1F and 9C. RGB value is (185,31,156). Sum of RGB (Red+Green+Blue) = 185+31+156=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91F9C is #46E063. Grayscale: #5A5A5A. Windows color (decimal): -4644964 or 10231737. OLE color: 10231737.

HSL color Cylindrical-coordinate representation of color #B91F9C: hue angle of 311.3º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B91F9C is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18531156-
CMYK00.830.160.27
HSL311.3º71.3%42.35%-
HSV(B)311.3º83.24%72.55%-
XYZ26.513.6932.7-
YUV91.3164.52194.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.73%
GREEN value IS 31 (12.5% from 255) = 8.33%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=49.73%
G=8.33%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853115600.830.160.27311.371.342.35
HexB91F9C053101B137472a
Octal271372340123203346710752
Binary1011100111111100111000101001110000110111001101111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91F9C; }

 p { color: rgb(185,31,156); }

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

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

 a { background-color: rgb(185,31,156); }

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

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

 span { border-color: rgb(185,31,156); }

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