#BD16A4

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

Shades of Medium Violet Red #BD16A4

Tints of Medium Violet Red #BD16A4

Color information

#BD16A4 (or 0xBD16A4) is unknown color: approx Medium Violet Red. HEX triplet: BD, 16 and A4. RGB value is (189,22,164). Sum of RGB (Red+Green+Blue) = 189+22+164=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD16A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD16A4 is #42E95B. Grayscale: #575757. Windows color (decimal): -4385116 or 10753725. OLE color: 10753725.

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

Color convert

RGB18922164-
CMYK00.880.130.26
HSL308.98º79.15%41.37%-
HSV(B)308.98º88.36%74.12%-
XYZ27.9714.0736.36-
YUV88.12170.83199.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.4%
GREEN value IS 22 (8.98% from 255) = 5.87%
BLUE value IS 164 (64.45% from 255) = 43.73%
R=50.4%
G=5.87%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892216400.880.130.26308.9879.1541.37
HexBD16A4058D1A1354f29
Octal275262440130153246511751
Binary101111011011010100100010110001101110101001101011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD16A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD16A4; }

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

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

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

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

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

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

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

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