#BD218D

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

Shades of Medium Violet Red #BD218D

Tints of Medium Violet Red #BD218D

Color information

#BD218D (or 0xBD218D) is unknown color: approx Medium Violet Red. HEX triplet: BD, 21 and 8D. RGB value is (189,33,141). Sum of RGB (Red+Green+Blue) = 189+33+141=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD218D is #42DE72. Grayscale: #5B5B5B. Windows color (decimal): -4382323 or 9249213. OLE color: 9249213.

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

Color convert

RGB18933141-
CMYK00.830.250.26
HSL318.46º70.27%43.53%-
HSV(B)318.46º82.54%74.12%-
XYZ26.3413.8326.48-
YUV91.96155.68197.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 33 (13.28% from 255) = 9.09%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=52.07%
G=9.09%
B=38.84%

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
Decimal1893314100.830.250.26318.4670.2743.53
HexBD218D053191A13e462c
Octal275412150123313247610654
Binary10111101100001100011010101001111001110101001111101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD218D; }

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

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

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

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

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

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

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

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