#BD1EAB

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

Shades of Medium Violet Red #BD1EAB

Tints of Medium Violet Red #BD1EAB

Color information

#BD1EAB (or 0xBD1EAB) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1E and AB. RGB value is (189,30,171). Sum of RGB (Red+Green+Blue) = 189+30+171=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1EAB is #42E154. Grayscale: #5D5D5D. Windows color (decimal): -4383061 or 11214525. OLE color: 11214525.

HSL color Cylindrical-coordinate representation of color #BD1EAB: hue angle of 306.79º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1EAB is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB18930171-
CMYK00.840.100.26
HSL306.79º72.6%42.94%-
HSV(B)306.79º84.13%74.12%-
XYZ28.814.6939.85-
YUV93.62171.68196.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.46%
GREEN value IS 30 (12.11% from 255) = 7.69%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=48.46%
G=7.69%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893017100.840.100.26306.7972.642.94
HexBD1EAB054A1A133492b
Octal275362530124123246311153
Binary101111011111010101011010101001010110101001100111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1EAB; }

 p { color: rgb(189,30,171); }

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

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

 a { background-color: rgb(189,30,171); }

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

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

 span { border-color: rgb(189,30,171); }

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