#BD70D3

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

Shades of Medium Orchid #BD70D3

Tints of Medium Orchid #BD70D3

Color information

#BD70D3 (or 0xBD70D3) is unknown color: approx Medium Orchid. HEX triplet: BD, 70 and D3. RGB value is (189,112,211). Sum of RGB (Red+Green+Blue) = 189+112+211=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD70D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70D3 is #428F2C. Grayscale: #919191. Windows color (decimal): -4362029 or 13856957. OLE color: 13856957.

HSL color Cylindrical-coordinate representation of color #BD70D3: hue angle of 286.67º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD70D3 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189112211-
CMYK0.100.4700.17
HSL286.67º52.94%63.33%-
HSV(B)286.67º46.92%82.75%-
XYZ38.5427.1164.83-
YUV146.31164.51158.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 211 (82.81% from 255) = 41.21%
R=36.91%
G=21.88%
B=41.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891122110.100.4700.17286.6752.9463.33
HexBD70D3A2F01111f353f
Octal27516032312570214376577
Binary101111011110000110100111010101111010001100011111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD70D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD70D3; }

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

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

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

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

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

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

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

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