#B90872

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

Shades of Medium Violet Red #B90872

Tints of Medium Violet Red #B90872

Color information

#B90872 (or 0xB90872) is unknown color: approx Medium Violet Red. HEX triplet: B9, 08 and 72. RGB value is (185,8,114). Sum of RGB (Red+Green+Blue) = 185+8+114=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B90872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90872 is #46F78D. Grayscale: #484848. Windows color (decimal): -4650894 or 7473337. OLE color: 7473337.

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

Color convert

RGB1858114-
CMYK00.960.380.27
HSL324.07º91.71%37.84%-
HSV(B)324.07º95.68%72.55%-
XYZ23.1311.716.96-
YUV73.01151.14207.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.26%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=60.26%
G=2.61%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185811400.960.380.27324.0791.7137.84
HexB9872060261B1445c26
Octal271101620140463350413446
Binary101110011000111001001100000100110110111010001001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90872; }

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

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

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

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

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

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

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

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