#BD1A8A

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

Shades of Medium Violet Red #BD1A8A

Tints of Medium Violet Red #BD1A8A

Color information

#BD1A8A (or 0xBD1A8A) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1A and 8A. RGB value is (189,26,138). Sum of RGB (Red+Green+Blue) = 189+26+138=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1A8A is #42E575. Grayscale: #575757. Windows color (decimal): -4384118 or 9050813. OLE color: 9050813.

HSL color Cylindrical-coordinate representation of color #BD1A8A: hue angle of 318.77º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A8A is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB18926138-
CMYK00.860.270.26
HSL318.77º75.81%42.16%-
HSV(B)318.77º86.24%74.12%-
XYZ25.9413.3925.26-
YUV87.5156.5200.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.54%
GREEN value IS 26 (10.55% from 255) = 7.37%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=53.54%
G=7.37%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892613800.860.270.26318.7775.8142.16
HexBD1A8A0561B1A13f4c2a
Octal275322120126333247711452
Binary1011110111010100010100101011011011110101001111111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1A8A; }

 p { color: rgb(189,26,138); }

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

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

 a { background-color: rgb(189,26,138); }

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

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

 span { border-color: rgb(189,26,138); }

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