#B9018C

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

Shades of Medium Violet Red #B9018C

Tints of Medium Violet Red #B9018C

Color information

#B9018C (or 0xB9018C) is unknown color: approx Medium Violet Red. HEX triplet: B9, 01 and 8C. RGB value is (185,1,140). Sum of RGB (Red+Green+Blue) = 185+1+140=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9018C is #46FE73. Grayscale: #474747. Windows color (decimal): -4652660 or 9175481. OLE color: 9175481.

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

Color convert

RGB1851140-
CMYK00.990.240.27
HSL314.67º98.92%36.47%-
HSV(B)314.67º99.46%72.55%-
XYZ24.7512.2325.87-
YUV71.86166.46208.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.75%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=56.75%
G=0.31%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185114000.990.240.27314.6798.9236.47
HexB918C063181B13b6324
Octal27112140143303347314344
Binary101110011100011000110001111000110111001110111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9018C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9018C; }

 p { color: rgb(185,1,140); }

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

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

 a { background-color: rgb(185,1,140); }

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

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

 span { border-color: rgb(185,1,140); }

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