#BD2189

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

Shades of Medium Violet Red #BD2189

Tints of Medium Violet Red #BD2189

Color information

#BD2189 (or 0xBD2189) is unknown color: approx Medium Violet Red. HEX triplet: BD, 21 and 89. RGB value is (189,33,137). Sum of RGB (Red+Green+Blue) = 189+33+137=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2189 is #42DE76. Grayscale: #5B5B5B. Windows color (decimal): -4382327 or 8987069. OLE color: 8987069.

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

Color convert

RGB18933137-
CMYK00.830.280.26
HSL320º70.27%43.53%-
HSV(B)320º82.54%74.12%-
XYZ26.0513.7124.94-
YUV91.5153.68197.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.65%
GREEN value IS 33 (13.28% from 255) = 9.19%
BLUE value IS 137 (53.91% from 255) = 38.16%
R=52.65%
G=9.19%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893313700.830.280.2632070.2743.53
HexBD21890531C1A140462c
Octal275412110123343250010654
Binary10111101100001100010010101001111100110101010000001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2189; }

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

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

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

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

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

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

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

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