#BD098D

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

Shades of Medium Violet Red #BD098D

Tints of Medium Violet Red #BD098D

Color information

#BD098D (or 0xBD098D) is unknown color: approx Medium Violet Red. HEX triplet: BD, 09 and 8D. RGB value is (189,9,141). Sum of RGB (Red+Green+Blue) = 189+9+141=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD098D is #42F672. Grayscale: #4D4D4D. Windows color (decimal): -4388467 or 9243069. OLE color: 9243069.

HSL color Cylindrical-coordinate representation of color #BD098D: hue angle of 316º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD098D is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB1899141-
CMYK00.950.250.26
HSL316º90.91%38.82%-
HSV(B)316º95.24%74.12%-
XYZ25.8912.9426.33-
YUV77.87163.63207.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.75%
GREEN value IS 9 (3.91% from 255) = 2.65%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=55.75%
G=2.65%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189914100.950.250.2631690.9138.82
HexBD98D05F191A13c5b27
Octal275112150137313247413347
Binary101111011001100011010101111111001110101001111001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD098D; }

 p { color: rgb(189,9,141); }

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

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

 a { background-color: rgb(189,9,141); }

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

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

 span { border-color: rgb(189,9,141); }

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