#BD218E

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

Shades of Medium Violet Red #BD218E

Tints of Medium Violet Red #BD218E

Color information

#BD218E (or 0xBD218E) is unknown color: approx Medium Violet Red. HEX triplet: BD, 21 and 8E. RGB value is (189,33,142). Sum of RGB (Red+Green+Blue) = 189+33+142=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD218E is #42DE71. Grayscale: #5B5B5B. Windows color (decimal): -4382322 or 9314749. OLE color: 9314749.

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

Color convert

RGB18933142-
CMYK00.830.250.26
HSL318.08º70.27%43.53%-
HSV(B)318.08º82.54%74.12%-
XYZ26.4113.8626.87-
YUV92.07156.18197.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.92%
GREEN value IS 33 (13.28% from 255) = 9.07%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=51.92%
G=9.07%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893314200.830.250.26318.0870.2743.53
HexBD218E053191A13e462c
Octal275412160123313247610654
Binary10111101100001100011100101001111001110101001111101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD218E; }

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

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

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

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

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

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

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

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