#BA69E6

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

Shades of Medium Orchid #BA69E6

Tints of Medium Orchid #BA69E6

Color information

#BA69E6 (or 0xBA69E6) is unknown color: approx Medium Orchid. HEX triplet: BA, 69 and E6. RGB value is (186,105,230). Sum of RGB (Red+Green+Blue) = 186+105+230=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA69E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69E6 is #459619. Grayscale: #8F8F8F. Windows color (decimal): -4560410 or 15100346. OLE color: 15100346.

HSL color Cylindrical-coordinate representation of color #BA69E6: hue angle of 278.88º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA69E6 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186105230-
CMYK0.190.5400.10
HSL278.88º71.43%65.69%-
HSV(B)278.88º54.35%90.2%-
XYZ39.5826.2677.84-
YUV143.47176.84158.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 105 (41.41% from 255) = 20.15%
BLUE value IS 230 (90.23% from 255) = 44.15%
R=35.70%
G=20.15%
B=44.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861052300.190.5400.10278.8871.4365.69
HexBA69E613360A1174742
Octal2721513462366012427107102
Binary10111010110100111100110100111101100101010001011110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA69E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA69E6; }

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

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

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

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

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

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

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

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