#BD2295

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

Shades of Medium Violet Red #BD2295

Tints of Medium Violet Red #BD2295

Color information

#BD2295 (or 0xBD2295) is unknown color: approx Medium Violet Red. HEX triplet: BD, 22 and 95. RGB value is (189,34,149). Sum of RGB (Red+Green+Blue) = 189+34+149=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2295 is #42DD6A. Grayscale: #5D5D5D. Windows color (decimal): -4382059 or 9773757. OLE color: 9773757.

HSL color Cylindrical-coordinate representation of color #BD2295: hue angle of 315.48º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2295 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB18934149-
CMYK00.820.210.26
HSL315.48º69.51%43.73%-
HSV(B)315.48º82.01%74.12%-
XYZ26.9814.1329.74-
YUV93.46159.35196.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.81%
GREEN value IS 34 (13.67% from 255) = 9.14%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=50.81%
G=9.14%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893414900.820.210.26315.4869.5143.73
HexBD2295052151A13b462c
Octal275422250122253247310654
Binary10111101100010100101010101001010101110101001110111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2295; }

 p { color: rgb(189,34,149); }

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

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

 a { background-color: rgb(189,34,149); }

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

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

 span { border-color: rgb(189,34,149); }

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