#B90BA3

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

Shades of Medium Violet Red #B90BA3

Tints of Medium Violet Red #B90BA3

Color information

#B90BA3 (or 0xB90BA3) is unknown color: approx Medium Violet Red. HEX triplet: B9, 0B and A3. RGB value is (185,11,163). Sum of RGB (Red+Green+Blue) = 185+11+163=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B90BA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90BA3 is #46F45C. Grayscale: #4F4F4F. Windows color (decimal): -4650077 or 10685369. OLE color: 10685369.

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

Color convert

RGB18511163-
CMYK00.940.120.27
HSL307.59º88.78%38.43%-
HSV(B)307.59º94.05%72.55%-
XYZ26.7413.235.79-
YUV80.35174.65202.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 11 (4.69% from 255) = 3.06%
BLUE value IS 163 (64.06% from 255) = 45.40%
R=51.53%
G=3.06%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851116300.940.120.27307.5988.7838.43
HexB9BA305EC1B1345926
Octal271132430136143346413146
Binary10111001101110100011010111101100110111001101001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90BA3; }

 p { color: rgb(185,11,163); }

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

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

 a { background-color: rgb(185,11,163); }

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

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

 span { border-color: rgb(185,11,163); }

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