#BD1EAC

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

Shades of Medium Violet Red #BD1EAC

Tints of Medium Violet Red #BD1EAC

Color information

#BD1EAC (or 0xBD1EAC) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1E and AC. RGB value is (189,30,172). Sum of RGB (Red+Green+Blue) = 189+30+172=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1EAC is #42E153. Grayscale: #5D5D5D. Windows color (decimal): -4383060 or 11280061. OLE color: 11280061.

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

Color convert

RGB18930172-
CMYK00.840.090.26
HSL306.42º72.6%42.94%-
HSV(B)306.42º84.13%74.12%-
XYZ28.914.7340.35-
YUV93.73172.18195.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.34%
GREEN value IS 30 (12.11% from 255) = 7.67%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=48.34%
G=7.67%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893017200.840.090.26306.4272.642.94
HexBD1EAC05491A132492b
Octal275362540124113246211153
Binary101111011111010101100010101001001110101001100101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1EAC; }

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

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

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

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

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

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

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

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