#BD1688

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

Shades of Medium Violet Red #BD1688

Tints of Medium Violet Red #BD1688

Color information

#BD1688 (or 0xBD1688) is unknown color: approx Medium Violet Red. HEX triplet: BD, 16 and 88. RGB value is (189,22,136). Sum of RGB (Red+Green+Blue) = 189+22+136=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1688 is #42E977. Grayscale: #545454. Windows color (decimal): -4385144 or 8918717. OLE color: 8918717.

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

Color convert

RGB18922136-
CMYK00.880.280.26
HSL319.04º79.15%41.37%-
HSV(B)319.04º88.36%74.12%-
XYZ25.7213.1724.48-
YUV84.93156.83202.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 22 (8.98% from 255) = 6.34%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=54.47%
G=6.34%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892213600.880.280.26319.0479.1541.37
HexBD16880581C1A13f4f29
Octal275262100130343247711751
Binary1011110110110100010000101100011100110101001111111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1688; }

 p { color: rgb(189,22,136); }

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

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

 a { background-color: rgb(189,22,136); }

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

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

 span { border-color: rgb(189,22,136); }

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