#BD1A81

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

Shades of Medium Violet Red #BD1A81

Tints of Medium Violet Red #BD1A81

Color information

#BD1A81 (or 0xBD1A81) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1A and 81. RGB value is (189,26,129). Sum of RGB (Red+Green+Blue) = 189+26+129=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1A81 is #42E57E. Grayscale: #565656. Windows color (decimal): -4384127 or 8460989. OLE color: 8460989.

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

Color convert

RGB18926129-
CMYK00.860.320.26
HSL322.09º75.81%42.16%-
HSV(B)322.09º86.24%74.12%-
XYZ25.3213.1421.97-
YUV86.48152201.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.94%
GREEN value IS 26 (10.55% from 255) = 7.56%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=54.94%
G=7.56%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892612900.860.320.26322.0975.8142.16
HexBD1A81056201A1424c2a
Octal275322010126403250211452
Binary10111101110101000000101010110100000110101010000101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1A81; }

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

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

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

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

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

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

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

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