#B90F7C

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

Shades of Medium Violet Red #B90F7C

Tints of Medium Violet Red #B90F7C

Color information

#B90F7C (or 0xB90F7C) is unknown color: approx Medium Violet Red. HEX triplet: B9, 0F and 7C. RGB value is (185,15,124). Sum of RGB (Red+Green+Blue) = 185+15+124=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90F7C is #46F083. Grayscale: #4D4D4D. Windows color (decimal): -4649092 or 8130489. OLE color: 8130489.

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

Color convert

RGB18515124-
CMYK00.920.330.27
HSL321.53º85%39.22%-
HSV(B)321.53º91.89%72.55%-
XYZ23.8212.1120.15-
YUV78.26153.82204.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.10%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=57.10%
G=4.63%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851512400.920.330.27321.538539.22
HexB9F7C05C211B1425527
Octal271171740134413350212547
Binary101110011111111110001011100100001110111010000101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90F7C; }

 p { color: rgb(185,15,124); }

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

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

 a { background-color: rgb(185,15,124); }

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

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

 span { border-color: rgb(185,15,124); }

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