#BD2174

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

Shades of Medium Violet Red #BD2174

Tints of Medium Violet Red #BD2174

Color information

#BD2174 (or 0xBD2174) is unknown color: approx Medium Violet Red. HEX triplet: BD, 21 and 74. RGB value is (189,33,116). Sum of RGB (Red+Green+Blue) = 189+33+116=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2174 is #42DE8B. Grayscale: #585858. Windows color (decimal): -4382348 or 7610813. OLE color: 7610813.

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

Color convert

RGB18933116-
CMYK00.830.390.26
HSL328.08º70.27%43.53%-
HSV(B)328.08º82.54%74.12%-
XYZ24.6813.1717.76-
YUV89.11143.18199.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.92%
GREEN value IS 33 (13.28% from 255) = 9.76%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=55.92%
G=9.76%
B=34.32%

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
Decimal1893311600.830.390.26328.0870.2743.53
HexBD2174053271A148462c
Octal275411640123473251010654
Binary10111101100001111010001010011100111110101010010001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2174; }

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

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

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

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

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

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

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

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