#B9147A

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

Shades of Medium Violet Red #B9147A

Tints of Medium Violet Red #B9147A

Color information

#B9147A (or 0xB9147A) is unknown color: approx Medium Violet Red. HEX triplet: B9, 14 and 7A. RGB value is (185,20,122). Sum of RGB (Red+Green+Blue) = 185+20+122=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9147A is #46EB85. Grayscale: #505050. Windows color (decimal): -4647814 or 8000697. OLE color: 8000697.

HSL color Cylindrical-coordinate representation of color #B9147A: hue angle of 322.91º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9147A is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18520122-
CMYK00.890.340.27
HSL322.91º80.49%40.2%-
HSV(B)322.91º89.19%72.55%-
XYZ23.7712.2219.52-
YUV80.96151.16202.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 20 (8.20% from 255) = 6.12%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=56.57%
G=6.12%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852012200.890.340.27322.9180.4940.2
HexB9147A059221B1435028
Octal271241720131423350312050
Binary1011100110100111101001011001100010110111010000111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9147A; }

 p { color: rgb(185,20,122); }

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

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

 a { background-color: rgb(185,20,122); }

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

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

 span { border-color: rgb(185,20,122); }

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