#B90CA6

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

Shades of Medium Violet Red #B90CA6

Tints of Medium Violet Red #B90CA6

Color information

#B90CA6 (or 0xB90CA6) is unknown color: approx Medium Violet Red. HEX triplet: B9, 0C and A6. RGB value is (185,12,166). Sum of RGB (Red+Green+Blue) = 185+12+166=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B90CA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90CA6 is #46F359. Grayscale: #505050. Windows color (decimal): -4649818 or 10882233. OLE color: 10882233.

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

Color convert

RGB18512166-
CMYK00.940.100.27
HSL306.59º87.82%38.63%-
HSV(B)306.59º93.51%72.55%-
XYZ27.0213.3337.23-
YUV81.28175.81201.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.96%
GREEN value IS 12 (5.08% from 255) = 3.31%
BLUE value IS 166 (65.23% from 255) = 45.73%
R=50.96%
G=3.31%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851216600.940.100.27306.5987.8238.63
HexB9CA605EA1B1335827
Octal271142460136123346313047
Binary10111001110010100110010111101010110111001100111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90CA6; }

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

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

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

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

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

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

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

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