#B91CA2

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

Shades of Medium Violet Red #B91CA2

Tints of Medium Violet Red #B91CA2

Color information

#B91CA2 (or 0xB91CA2) is unknown color: approx Medium Violet Red. HEX triplet: B9, 1C and A2. RGB value is (185,28,162). Sum of RGB (Red+Green+Blue) = 185+28+162=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B91CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91CA2 is #46E35D. Grayscale: #595959. Windows color (decimal): -4645726 or 10624185. OLE color: 10624185.

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

Color convert

RGB18528162-
CMYK00.850.120.27
HSL308.79º73.71%41.76%-
HSV(B)308.79º84.86%72.55%-
XYZ26.9413.7535.42-
YUV90.22168.51195.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 28 (11.33% from 255) = 7.47%
BLUE value IS 162 (63.67% from 255) = 43.2%
R=49.33%
G=7.47%
B=43.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852816200.850.120.27308.7973.7141.76
HexB91CA2055C1B1354a2a
Octal271342420125143346511252
Binary101110011110010100010010101011100110111001101011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91CA2; }

 p { color: rgb(185,28,162); }

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

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

 a { background-color: rgb(185,28,162); }

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

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

 span { border-color: rgb(185,28,162); }

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