#BD70D4

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

Shades of Medium Orchid #BD70D4

Tints of Medium Orchid #BD70D4

Color information

#BD70D4 (or 0xBD70D4) is unknown color: approx Medium Orchid. HEX triplet: BD, 70 and D4. RGB value is (189,112,212). Sum of RGB (Red+Green+Blue) = 189+112+212=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD70D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70D4 is #428F2B. Grayscale: #929292. Windows color (decimal): -4362028 or 13922493. OLE color: 13922493.

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

Color convert

RGB189112212-
CMYK0.110.4700.17
HSL286.2º53.76%63.53%-
HSV(B)286.2º47.17%83.14%-
XYZ38.6627.1665.49-
YUV146.42165.01158.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 112 (44.14% from 255) = 21.83%
BLUE value IS 212 (83.20% from 255) = 41.33%
R=36.84%
G=21.83%
B=41.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891122120.110.4700.17286.253.7663.53
HexBD70D4B2F01111e3640
Octal275160324135702143666100
Binary1011110111100001101010010111011110100011000111101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD70D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD70D4; }

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

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

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

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

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

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

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

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