#bd3ad6

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

Shades of Medium Orchid #BD3AD6

Tints of Medium Orchid #BD3AD6

Color information

#BD3AD6 (or 0xBD3AD6) is unknown color: approx Medium Orchid. HEX triplet: BD, 3A and D6. RGB value is (189,58,214). Sum of RGB (Red+Green+Blue) = 189+58+214=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD3AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3AD6 is #42C529. Grayscale: #727272. Windows color (decimal): -4375850 or 14039741. OLE color: 14039741.

HSL color Cylindrical-coordinate representation of color #BD3AD6: hue angle of 290.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3AD6 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18958214-
CMYK0.120.7300.16
HSL290.38º65.55%53.33%-
HSV(B)290.38º72.9%83.92%-
XYZ34.6418.765.4-
YUV114.95183.9180.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 58 (23.05% from 255) = 12.58%
BLUE value IS 214 (83.98% from 255) = 46.42%
R=41.00%
G=12.58%
B=46.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189582140.120.7300.16290.3865.5553.33
HexBD3AD6C490101224235
Octal275723261411102044210265
Binary1011110111101011010110110010010010100001001000101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd3ad6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd3ad6; }

 p { color: rgb(189,58,214); }

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

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

 a { background-color: rgb(189,58,214); }

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

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

 span { border-color: rgb(189,58,214); }

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