#BA69D6

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

Shades of Medium Orchid #BA69D6

Tints of Medium Orchid #BA69D6

Color information

#BA69D6 (or 0xBA69D6) is unknown color: approx Medium Orchid. HEX triplet: BA, 69 and D6. RGB value is (186,105,214). Sum of RGB (Red+Green+Blue) = 186+105+214=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA69D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69D6 is #459629. Grayscale: #8D8D8D. Windows color (decimal): -4560426 or 14051770. OLE color: 14051770.

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

Color convert

RGB186105214-
CMYK0.130.5100.16
HSL284.59º57.07%62.55%-
HSV(B)284.59º50.93%83.92%-
XYZ37.4425.466.55-
YUV141.64168.84159.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 214 (83.98% from 255) = 42.38%
R=36.83%
G=20.79%
B=42.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861052140.130.5100.16284.5957.0762.55
HexBA69D6D3301011d393f
Octal27215132615630204357177
Binary101110101101001110101101101110011010000100011101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA69D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA69D6; }

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

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

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

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

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

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

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

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