#B90C85

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

Shades of Medium Violet Red #B90C85

Tints of Medium Violet Red #B90C85

Color information

#B90C85 (or 0xB90C85) is unknown color: approx Medium Violet Red. HEX triplet: B9, 0C and 85. RGB value is (185,12,133). Sum of RGB (Red+Green+Blue) = 185+12+133=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90C85 is #46F37A. Grayscale: #4D4D4D. Windows color (decimal): -4649851 or 8719545. OLE color: 8719545.

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

Color convert

RGB18512133-
CMYK00.940.280.27
HSL318.03º87.82%38.63%-
HSV(B)318.03º93.51%72.55%-
XYZ24.3712.2723.27-
YUV77.52159.31204.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 12 (5.08% from 255) = 3.64%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=56.06%
G=3.64%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851213300.940.280.27318.0387.8238.63
HexB9C8505E1C1B13e5827
Octal271142050136343347613047
Binary101110011100100001010101111011100110111001111101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90C85; }

 p { color: rgb(185,12,133); }

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

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

 a { background-color: rgb(185,12,133); }

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

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

 span { border-color: rgb(185,12,133); }

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