#BA69DC

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

Shades of Medium Orchid #BA69DC

Tints of Medium Orchid #BA69DC

Color information

#BA69DC (or 0xBA69DC) is unknown color: approx Medium Orchid. HEX triplet: BA, 69 and DC. RGB value is (186,105,220). Sum of RGB (Red+Green+Blue) = 186+105+220=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA69DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69DC is #459623. Grayscale: #8D8D8D. Windows color (decimal): -4560420 or 14444986. OLE color: 14444986.

HSL color Cylindrical-coordinate representation of color #BA69DC: hue angle of 282.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA69DC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186105220-
CMYK0.150.5200.14
HSL282.26º62.16%63.73%-
HSV(B)282.26º52.27%86.27%-
XYZ38.2225.7170.66-
YUV142.33171.84159.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 105 (41.41% from 255) = 20.55%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=36.40%
G=20.55%
B=43.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861052200.150.5200.14282.2662.1663.73
HexBA69DCF340E11a3e40
Octal272151334176401643276100
Binary101110101101001110111001111110100011101000110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA69DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA69DC; }

 p { color: rgb(186,105,220); }

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

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

 a { background-color: rgb(186,105,220); }

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

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

 span { border-color: rgb(186,105,220); }

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