#BD1696

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

Shades of Medium Violet Red #BD1696

Tints of Medium Violet Red #BD1696

Color information

#BD1696 (or 0xBD1696) is unknown color: approx Medium Violet Red. HEX triplet: BD, 16 and 96. RGB value is (189,22,150). Sum of RGB (Red+Green+Blue) = 189+22+150=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1696 is #42E969. Grayscale: #565656. Windows color (decimal): -4385130 or 9836221. OLE color: 9836221.

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

Color convert

RGB18922150-
CMYK00.880.210.26
HSL314.01º79.15%41.37%-
HSV(B)314.01º88.36%74.12%-
XYZ26.7813.5930.07-
YUV86.52163.83201.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.35%
GREEN value IS 22 (8.98% from 255) = 6.09%
BLUE value IS 150 (58.98% from 255) = 41.55%
R=52.35%
G=6.09%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892215000.880.210.26314.0179.1541.37
HexBD1696058151A13a4f29
Octal275262260130253247211751
Binary1011110110110100101100101100010101110101001110101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1696; }

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

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

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

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

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

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

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

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