#B90A84

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

Shades of Medium Violet Red #B90A84

Tints of Medium Violet Red #B90A84

Color information

#B90A84 (or 0xB90A84) is unknown color: approx Medium Violet Red. HEX triplet: B9, 0A and 84. RGB value is (185,10,132). Sum of RGB (Red+Green+Blue) = 185+10+132=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90A84 is #46F57B. Grayscale: #4B4B4B. Windows color (decimal): -4650364 or 8653497. OLE color: 8653497.

HSL color Cylindrical-coordinate representation of color #B90A84: hue angle of 318.17º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90A84 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18510132-
CMYK00.950.290.27
HSL318.17º89.74%38.24%-
HSV(B)318.17º94.59%72.55%-
XYZ24.2812.222.9-
YUV76.23159.48205.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 10 (4.30% from 255) = 3.06%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=56.57%
G=3.06%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851013200.950.290.27318.1789.7438.24
HexB9A8405F1D1B13e5a26
Octal271122040137353347613246
Binary101110011010100001000101111111101110111001111101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90A84; }

 p { color: rgb(185,10,132); }

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

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

 a { background-color: rgb(185,10,132); }

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

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

 span { border-color: rgb(185,10,132); }

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