#B90875

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

Shades of Medium Violet Red #B90875

Tints of Medium Violet Red #B90875

Color information

#B90875 (or 0xB90875) is unknown color: approx Medium Violet Red. HEX triplet: B9, 08 and 75. RGB value is (185,8,117). Sum of RGB (Red+Green+Blue) = 185+8+117=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B90875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90875 is #46F78A. Grayscale: #494949. Windows color (decimal): -4650891 or 7669945. OLE color: 7669945.

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

Color convert

RGB1858117-
CMYK00.960.370.27
HSL323.05º91.71%37.84%-
HSV(B)323.05º95.68%72.55%-
XYZ23.3111.7717.87-
YUV73.35152.64207.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.68%
GREEN value IS 8 (3.52% from 255) = 2.58%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=59.68%
G=2.58%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185811700.960.370.27323.0591.7137.84
HexB9875060251B1435c26
Octal271101650140453350313446
Binary101110011000111010101100000100101110111010000111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90875; }

 p { color: rgb(185,8,117); }

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

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

 a { background-color: rgb(185,8,117); }

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

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

 span { border-color: rgb(185,8,117); }

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