#BD3592

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

Shades of Medium Red Violet #BD3592

Tints of Medium Red Violet #BD3592

Color information

#BD3592 (or 0xBD3592) is unknown color: approx Medium Red Violet. HEX triplet: BD, 35 and 92. RGB value is (189,53,146). Sum of RGB (Red+Green+Blue) = 189+53+146=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3592 is #42CA6D. Grayscale: #686868. Windows color (decimal): -4377198 or 9582013. OLE color: 9582013.

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

Color convert

RGB18953146-
CMYK00.720.230.26
HSL318.97º56.2%47.45%-
HSV(B)318.97º71.96%74.12%-
XYZ27.4515.4428.73-
YUV104.27151.56188.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 53 (21.09% from 255) = 13.66%
BLUE value IS 146 (57.42% from 255) = 37.63%
R=48.71%
G=13.66%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895314600.720.230.26318.9756.247.45
HexBD3592048171A13f382f
Octal27565222011027324777057
Binary1011110111010110010010010010001011111010100111111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3592; }

 p { color: rgb(189,53,146); }

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

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

 a { background-color: rgb(189,53,146); }

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

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

 span { border-color: rgb(189,53,146); }

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