#B91295

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

Shades of Medium Violet Red #B91295

Tints of Medium Violet Red #B91295

Color information

#B91295 (or 0xB91295) is unknown color: approx Medium Violet Red. HEX triplet: B9, 12 and 95. RGB value is (185,18,149). Sum of RGB (Red+Green+Blue) = 185+18+149=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B91295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91295 is #46ED6A. Grayscale: #525252. Windows color (decimal): -4648299 or 9769657. OLE color: 9769657.

HSL color Cylindrical-coordinate representation of color #B91295: hue angle of 312.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91295 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18518149-
CMYK00.900.190.27
HSL312.93º82.27%39.8%-
HSV(B)312.93º90.27%72.55%-
XYZ25.6512.9229.58-
YUV82.87165.33200.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 18 (7.42% from 255) = 5.11%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=52.56%
G=5.11%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851814900.900.190.27312.9382.2739.8
HexB9129505A131B1395228
Octal271222250132233347112250
Binary1011100110010100101010101101010011110111001110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91295; }

 p { color: rgb(185,18,149); }

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

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

 a { background-color: rgb(185,18,149); }

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

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

 span { border-color: rgb(185,18,149); }

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