#BD1D9A

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

Shades of Medium Violet Red #BD1D9A

Tints of Medium Violet Red #BD1D9A

Color information

#BD1D9A (or 0xBD1D9A) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1D and 9A. RGB value is (189,29,154). Sum of RGB (Red+Green+Blue) = 189+29+154=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1D9A is #42E265. Grayscale: #5A5A5A. Windows color (decimal): -4383334 or 10100157. OLE color: 10100157.

HSL color Cylindrical-coordinate representation of color #BD1D9A: hue angle of 313.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1D9A is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB18929154-
CMYK00.850.190.26
HSL313.12º73.39%42.75%-
HSV(B)313.12º84.66%74.12%-
XYZ27.2614.0331.84-
YUV91.09163.51197.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.81%
GREEN value IS 29 (11.72% from 255) = 7.80%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=50.81%
G=7.80%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892915400.850.190.26313.1273.3942.75
HexBD1D9A055131A139492b
Octal275352320125233247111153
Binary1011110111101100110100101010110011110101001110011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1D9A; }

 p { color: rgb(189,29,154); }

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

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

 a { background-color: rgb(189,29,154); }

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

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

 span { border-color: rgb(189,29,154); }

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