#BD39A2

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

Shades of Medium Red Violet #BD39A2

Tints of Medium Red Violet #BD39A2

Color information

#BD39A2 (or 0xBD39A2) is unknown color: approx Medium Red Violet. HEX triplet: BD, 39 and A2. RGB value is (189,57,162). Sum of RGB (Red+Green+Blue) = 189+57+162=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD39A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD39A2 is #42C65D. Grayscale: #6C6C6C. Windows color (decimal): -4376158 or 10631613. OLE color: 10631613.

HSL color Cylindrical-coordinate representation of color #BD39A2: hue angle of 312.27º 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 #BD39A2 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB18957162-
CMYK00.700.140.26
HSL312.27º53.66%48.24%-
HSV(B)312.27º69.84%74.12%-
XYZ28.9716.3535.81-
YUV108.44158.23185.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 57 (22.66% from 255) = 13.97%
BLUE value IS 162 (63.67% from 255) = 39.71%
R=46.32%
G=13.97%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895716200.700.140.26312.2753.6648.24
HexBD39A2046E1A1383630
Octal27571242010616324706660
Binary101111011110011010001001000110111011010100111000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD39A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD39A2; }

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

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

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

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

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

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

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

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