#BD3996

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

Shades of Medium Red Violet #BD3996

Tints of Medium Red Violet #BD3996

Color information

#BD3996 (or 0xBD3996) is unknown color: approx Medium Red Violet. HEX triplet: BD, 39 and 96. RGB value is (189,57,150). Sum of RGB (Red+Green+Blue) = 189+57+150=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3996 is #42C669. Grayscale: #6A6A6A. Windows color (decimal): -4376170 or 9845181. OLE color: 9845181.

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

Color convert

RGB18957150-
CMYK00.700.210.26
HSL317.73º53.66%48.24%-
HSV(B)317.73º69.84%74.12%-
XYZ27.9515.9530.46-
YUV107.07152.23186.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 57 (22.66% from 255) = 14.39%
BLUE value IS 150 (58.98% from 255) = 37.88%
R=47.73%
G=14.39%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895715000.700.210.26317.7353.6648.24
HexBD3996046151A13e3630
Octal27571226010625324766660
Binary1011110111100110010110010001101010111010100111110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3996; }

 p { color: rgb(189,57,150); }

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

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

 a { background-color: rgb(189,57,150); }

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

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

 span { border-color: rgb(189,57,150); }

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