#BD70DE

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

Shades of Medium Orchid #BD70DE

Tints of Medium Orchid #BD70DE

Color information

#BD70DE (or 0xBD70DE) is unknown color: approx Medium Orchid. HEX triplet: BD, 70 and DE. RGB value is (189,112,222). Sum of RGB (Red+Green+Blue) = 189+112+222=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD70DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70DE is #428F21. Grayscale: #939393. Windows color (decimal): -4362018 or 14577853. OLE color: 14577853.

HSL color Cylindrical-coordinate representation of color #BD70DE: hue angle of 282º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD70DE is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189112222-
CMYK0.150.5000.13
HSL282º62.5%65.49%-
HSV(B)282º49.55%87.06%-
XYZ39.9727.6872.34-
YUV147.56170.01157.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 112 (44.14% from 255) = 21.41%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=36.14%
G=21.41%
B=42.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891122220.150.5000.1328262.565.49
HexBD70DEF320D11a3e41
Octal275160336176201543276101
Binary101111011110000110111101111110010011011000110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD70DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD70DE; }

 p { color: rgb(189,112,222); }

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

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

 a { background-color: rgb(189,112,222); }

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

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

 span { border-color: rgb(189,112,222); }

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