#BD219E

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

Shades of Medium Violet Red #BD219E

Tints of Medium Violet Red #BD219E

Color information

#BD219E (or 0xBD219E) is unknown color: approx Medium Violet Red. HEX triplet: BD, 21 and 9E. RGB value is (189,33,158). Sum of RGB (Red+Green+Blue) = 189+33+158=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD219E is #42DE61. Grayscale: #5D5D5D. Windows color (decimal): -4382306 or 10363325. OLE color: 10363325.

HSL color Cylindrical-coordinate representation of color #BD219E: hue angle of 311.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD219E is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB18933158-
CMYK00.830.160.26
HSL311.92º70.27%43.53%-
HSV(B)311.92º82.54%74.12%-
XYZ27.714.3833.66-
YUV93.89164.18195.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.74%
GREEN value IS 33 (13.28% from 255) = 8.68%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=49.74%
G=8.68%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893315800.830.160.26311.9270.2743.53
HexBD219E053101A138462c
Octal275412360123203247010654
Binary10111101100001100111100101001110000110101001110001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD219E; }

 p { color: rgb(189,33,158); }

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

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

 a { background-color: rgb(189,33,158); }

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

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

 span { border-color: rgb(189,33,158); }

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