#BD2172

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

Shades of Medium Violet Red #BD2172

Tints of Medium Violet Red #BD2172

Color information

#BD2172 (or 0xBD2172) is unknown color: approx Medium Violet Red. HEX triplet: BD, 21 and 72. RGB value is (189,33,114). Sum of RGB (Red+Green+Blue) = 189+33+114=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2172 is #42DE8D. Grayscale: #585858. Windows color (decimal): -4382350 or 7479741. OLE color: 7479741.

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

Color convert

RGB18933114-
CMYK00.830.400.26
HSL328.85º70.27%43.53%-
HSV(B)328.85º82.54%74.12%-
XYZ24.5713.1217.16-
YUV88.88142.18199.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.25%
GREEN value IS 33 (13.28% from 255) = 9.82%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=56.25%
G=9.82%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893311400.830.400.26328.8570.2743.53
HexBD2172053281A149462c
Octal275411620123503251110654
Binary10111101100001111001001010011101000110101010010011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2172; }

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

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

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

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

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

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

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

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