#BD1572

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

Shades of Medium Violet Red #BD1572

Tints of Medium Violet Red #BD1572

Color information

#BD1572 (or 0xBD1572) is unknown color: approx Medium Violet Red. HEX triplet: BD, 15 and 72. RGB value is (189,21,114). Sum of RGB (Red+Green+Blue) = 189+21+114=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1572 is #42EA8D. Grayscale: #515151. Windows color (decimal): -4385422 or 7476669. OLE color: 7476669.

HSL color Cylindrical-coordinate representation of color #BD1572: hue angle of 326.79º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1572 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB18921114-
CMYK00.890.400.26
HSL326.79º80%41.18%-
HSV(B)326.79º88.89%74.12%-
XYZ24.2912.5717.07-
YUV81.83146.16204.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.33%
GREEN value IS 21 (8.59% from 255) = 6.48%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=58.33%
G=6.48%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892111400.890.400.26326.798041.18
HexBD1572059281A1475029
Octal275251620131503250712051
Binary1011110110101111001001011001101000110101010001111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1572; }

 p { color: rgb(189,21,114); }

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

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

 a { background-color: rgb(189,21,114); }

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

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

 span { border-color: rgb(189,21,114); }

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