#BA70D6

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

Shades of Medium Orchid #BA70D6

Tints of Medium Orchid #BA70D6

Color information

#BA70D6 (or 0xBA70D6) is unknown color: approx Medium Orchid. HEX triplet: BA, 70 and D6. RGB value is (186,112,214). Sum of RGB (Red+Green+Blue) = 186+112+214=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA70D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70D6 is #458F29. Grayscale: #919191. Windows color (decimal): -4558634 or 14053562. OLE color: 14053562.

HSL color Cylindrical-coordinate representation of color #BA70D6: hue angle of 283.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA70D6 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186112214-
CMYK0.130.4800.16
HSL283.53º55.43%63.92%-
HSV(B)283.53º47.66%83.92%-
XYZ38.1826.8866.79-
YUV145.75166.52156.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 214 (83.98% from 255) = 41.80%
R=36.33%
G=21.88%
B=41.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861122140.130.4800.16283.5355.4363.92
HexBA70D6D3001011c3740
Octal272160326156002043467100
Binary1011101011100001101011011011100000100001000111001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70D6; }

 p { color: rgb(186,112,214); }

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

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

 a { background-color: rgb(186,112,214); }

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

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

 span { border-color: rgb(186,112,214); }

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