#BD097A

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

Shades of Medium Violet Red #BD097A

Tints of Medium Violet Red #BD097A

Color information

#BD097A (or 0xBD097A) is unknown color: approx Medium Violet Red. HEX triplet: BD, 09 and 7A. RGB value is (189,9,122). Sum of RGB (Red+Green+Blue) = 189+9+122=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD097A is #42F685. Grayscale: #4B4B4B. Windows color (decimal): -4388486 or 7997885. OLE color: 7997885.

HSL color Cylindrical-coordinate representation of color #BD097A: hue angle of 322.33º 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 #BD097A is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB1899122-
CMYK00.950.350.26
HSL322.33º90.91%38.82%-
HSV(B)322.33º95.24%74.12%-
XYZ24.612.4219.51-
YUV75.7154.13208.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.06%
GREEN value IS 9 (3.91% from 255) = 2.81%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=59.06%
G=2.81%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189912200.950.350.26322.3390.9138.82
HexBD97A05F231A1425b27
Octal275111720137433250213347
Binary101111011001111101001011111100011110101010000101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD097A; }

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

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

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

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

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

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

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

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