#BD1695

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

Shades of Medium Violet Red #BD1695

Tints of Medium Violet Red #BD1695

Color information

#BD1695 (or 0xBD1695) is unknown color: approx Medium Violet Red. HEX triplet: BD, 16 and 95. RGB value is (189,22,149). Sum of RGB (Red+Green+Blue) = 189+22+149=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1695 is #42E96A. Grayscale: #565656. Windows color (decimal): -4385131 or 9770685. OLE color: 9770685.

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

Color convert

RGB18922149-
CMYK00.880.210.26
HSL314.37º79.15%41.37%-
HSV(B)314.37º88.36%74.12%-
XYZ26.713.5629.64-
YUV86.41163.33201.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 22 (8.98% from 255) = 6.11%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=52.5%
G=6.11%
B=41.39%

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
Decimal1892214900.880.210.26314.3779.1541.37
HexBD1695058151A13a4f29
Octal275262250130253247211751
Binary1011110110110100101010101100010101110101001110101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1695; }

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

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

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

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

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

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

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

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