#BD2173

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

Shades of Medium Violet Red #BD2173

Tints of Medium Violet Red #BD2173

Color information

#BD2173 (or 0xBD2173) is unknown color: approx Medium Violet Red. HEX triplet: BD, 21 and 73. RGB value is (189,33,115). Sum of RGB (Red+Green+Blue) = 189+33+115=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2173 is #42DE8C. Grayscale: #585858. Windows color (decimal): -4382349 or 7545277. OLE color: 7545277.

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

Color convert

RGB18933115-
CMYK00.830.390.26
HSL328.46º70.27%43.53%-
HSV(B)328.46º82.54%74.12%-
XYZ24.6213.1417.46-
YUV88.99142.68199.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.08%
GREEN value IS 33 (13.28% from 255) = 9.79%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=56.08%
G=9.79%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893311500.830.390.26328.4670.2743.53
HexBD2173053271A148462c
Octal275411630123473251010654
Binary10111101100001111001101010011100111110101010010001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2173; }

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

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

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

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

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

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

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

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