#BD3295

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

Shades of Medium Red Violet #BD3295

Tints of Medium Red Violet #BD3295

Color information

#BD3295 (or 0xBD3295) is unknown color: approx Medium Red Violet. HEX triplet: BD, 32 and 95. RGB value is (189,50,149). Sum of RGB (Red+Green+Blue) = 189+50+149=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3295 is #42CD6A. Grayscale: #666666. Windows color (decimal): -4377963 or 9777853. OLE color: 9777853.

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

Color convert

RGB18950149-
CMYK00.740.210.26
HSL317.27º58.16%46.86%-
HSV(B)317.27º73.54%74.12%-
XYZ27.5515.2729.93-
YUV102.85154.05189.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 50 (19.92% from 255) = 12.89%
BLUE value IS 149 (58.59% from 255) = 38.40%
R=48.71%
G=12.89%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895014900.740.210.26317.2758.1646.86
HexBD329504A151A13d3a2f
Octal27562225011225324757257
Binary1011110111001010010101010010101010111010100111101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3295; }

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

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

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

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

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

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

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

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