#BD1E6A

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

Shades of Medium Violet Red #BD1E6A

Tints of Medium Violet Red #BD1E6A

Color information

#BD1E6A (or 0xBD1E6A) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1E and 6A. RGB value is (189,30,106). Sum of RGB (Red+Green+Blue) = 189+30+106=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1E6A is #42E195. Grayscale: #565656. Windows color (decimal): -4383126 or 6954685. OLE color: 6954685.

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

Color convert

RGB18930106-
CMYK00.840.440.26
HSL331.32º72.6%42.94%-
HSV(B)331.32º84.13%74.12%-
XYZ24.0512.7914.84-
YUV86.2139.18201.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.15%
GREEN value IS 30 (12.11% from 255) = 9.23%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=58.15%
G=9.23%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893010600.840.440.26331.3272.642.94
HexBD1E6A0542C1A14b492b
Octal275361520124543251311153
Binary1011110111110110101001010100101100110101010010111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1E6A; }

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

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

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

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

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

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

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

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