#B90098

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

Shades of Medium Violet Red #B90098

Tints of Medium Violet Red #B90098

Color information

#B90098 (or 0xB90098) is unknown color: approx Medium Violet Red. HEX triplet: B9, 00 and 98. RGB value is (185,0,152). Sum of RGB (Red+Green+Blue) = 185+0+152=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B90098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90098 is #46FF67. Grayscale: #484848. Windows color (decimal): -4652904 or 9961657. OLE color: 9961657.

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

Color convert

RGB1850152-
CMYK010.180.27
HSL310.7º100%36.27%-
HSV(B)310.7º100%72.55%-
XYZ25.6812.5830.78-
YUV72.64172.79208.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=54.90%
G=0%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1850152010.180.27310.710036.27
HexB9098064121B1376424
Octal27102300144223346714444
Binary101110010100110000110010010010110111001101111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90098; }

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

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

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

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

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

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

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

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