#B90C94

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

Shades of Medium Violet Red #B90C94

Tints of Medium Violet Red #B90C94

Color information

#B90C94 (or 0xB90C94) is unknown color: approx Medium Violet Red. HEX triplet: B9, 0C and 94. RGB value is (185,12,148). Sum of RGB (Red+Green+Blue) = 185+12+148=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90C94 is #46F36B. Grayscale: #4E4E4E. Windows color (decimal): -4649836 or 9702585. OLE color: 9702585.

HSL color Cylindrical-coordinate representation of color #B90C94: hue angle of 312.83º 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 #B90C94 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18512148-
CMYK00.940.200.27
HSL312.83º87.82%38.63%-
HSV(B)312.83º93.51%72.55%-
XYZ25.4812.7229.13-
YUV79.23166.81203.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.62%
GREEN value IS 12 (5.08% from 255) = 3.48%
BLUE value IS 148 (58.20% from 255) = 42.90%
R=53.62%
G=3.48%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851214800.940.200.27312.8387.8238.63
HexB9C9405E141B1395827
Octal271142240136243347113047
Binary101110011100100101000101111010100110111001110011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90C94; }

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

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

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

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

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

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

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

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