#BD3DA0

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

Shades of Medium Red Violet #BD3DA0

Tints of Medium Red Violet #BD3DA0

Color information

#BD3DA0 (or 0xBD3DA0) is unknown color: approx Medium Red Violet. HEX triplet: BD, 3D and A0. RGB value is (189,61,160). Sum of RGB (Red+Green+Blue) = 189+61+160=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3DA0 is #42C25F. Grayscale: #6E6E6E. Windows color (decimal): -4375136 or 10501565. OLE color: 10501565.

HSL color Cylindrical-coordinate representation of color #BD3DA0: hue angle of 313.59º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3DA0 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB18961160-
CMYK00.680.150.26
HSL313.59º51.2%49.02%-
HSV(B)313.59º67.72%74.12%-
XYZ2916.6934.95-
YUV110.56155.91183.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.10%
GREEN value IS 61 (24.22% from 255) = 14.88%
BLUE value IS 160 (62.89% from 255) = 39.02%
R=46.10%
G=14.88%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896116000.680.150.26313.5951.249.02
HexBD3DA0044F1A13a3331
Octal27575240010417324726361
Binary101111011111011010000001000100111111010100111010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3DA0; }

 p { color: rgb(189,61,160); }

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

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

 a { background-color: rgb(189,61,160); }

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

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

 span { border-color: rgb(189,61,160); }

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