#B90078

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

Shades of Medium Violet Red #B90078

Tints of Medium Violet Red #B90078

Color information

#B90078 (or 0xB90078) is unknown color: approx Medium Violet Red. HEX triplet: B9, 00 and 78. RGB value is (185,0,120). Sum of RGB (Red+Green+Blue) = 185+0+120=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B90078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90078 is #46FF87. Grayscale: #444444. Windows color (decimal): -4652936 or 7864505. OLE color: 7864505.

HSL color Cylindrical-coordinate representation of color #B90078: hue angle of 321.08º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90078 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB1850120-
CMYK010.350.27
HSL321.08º100%36.27%-
HSV(B)321.08º100%72.55%-
XYZ23.411.6718.79-
YUV69156.79210.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=60.66%
G=0%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1850120010.350.27321.0810036.27
HexB9078064231B1416424
Octal27101700144433350114444
Binary101110010111100001100100100011110111010000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90078; }

 p { color: rgb(185,0,120); }

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

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

 a { background-color: rgb(185,0,120); }

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

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

 span { border-color: rgb(185,0,120); }

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