#B9018B

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

Shades of Medium Violet Red #B9018B

Tints of Medium Violet Red #B9018B

Color information

#B9018B (or 0xB9018B) is unknown color: approx Medium Violet Red. HEX triplet: B9, 01 and 8B. RGB value is (185,1,139). Sum of RGB (Red+Green+Blue) = 185+1+139=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B9018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9018B is #46FE74. Grayscale: #474747. Windows color (decimal): -4652661 or 9109945. OLE color: 9109945.

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

Color convert

RGB1851139-
CMYK00.990.250.27
HSL315º98.92%36.47%-
HSV(B)315º99.46%72.55%-
XYZ24.6812.225.48-
YUV71.75165.96208.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.92%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=56.92%
G=0.31%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185113900.990.250.2731598.9236.47
HexB918B063191B13b6324
Octal27112130143313347314344
Binary101110011100010110110001111001110111001110111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9018B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9018B; }

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

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

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

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

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

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

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

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